Digital wallets
New Click to Pay session
Returns digital payment application ID & name for use with Click to Pay.
POST
/
digital-wallets
/
click-to-pay
/
session
This endpoint is unauthenticated and requires no scopes.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Return digital payment application details for Click to Pay.
checkout_session_id
string
requiredThe identifier for the current checkout session.
Response
200 - application/json
digital_payment_application_id
string
The ID of the Digital Payment Application for Click to Pay.
digital_payment_application_name
string
The name of the Digital Payment Application for Click to Pay.
Was this page helpful?