Digital wallets
New Click to Pay session
Returns digital payment application ID & name for use with Click to Pay.
POST
This endpoint is unauthenticated and requires no scopes.
Authorizations
Bearer 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.
The identifier for the current checkout session.
Example:
"fe26475d-ec3e-4884-9553-f7356683f7f9"
Response
200
application/json
Returns Click to Pay session object.
The ID of the Digital Payment Application for Click to Pay.
Example:
"a0b093e4-028a-4310-93fb-4ed0afc813fb"
The name of the Digital Payment Application for Click to Pay.
Example:
"Plantly T4JUU1"
Was this page helpful?