Skip to main content
POST
Get Client Token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
referenceId
string

Unique id representing a new session, must be regenerated for each call

customerId
string

ID of customer

externalUserId
string<uuid>

An ID generated by the merchant to uniquely identity a user.

identityPrefill
object

If these fields are filled, they will be pre filled into the UI

paymentMethodTypeConfig
object

Response

200 - application/json

OK

clientToken
string

Authentication token returned

expiresAt
string

Timestamp when clientToken will expire