User Onboarding
Get Client Token
Exchange your clientId
and clientSecret
for a clientToken
that can be be used in frontend code. clientToken
will be unusable after the expiresAt
time, which will normally be after 30 min.
To try the request in the mock server on the right, substitute username for clientId and password for clientSecret.
If reference_id
is passed, it will be passed to the Order object upon when the transaction happens. It can then be used as a filter in the /orders endpoint
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The body is of type object
.
Response
200 - application/json
OK
The response is of type object
.