Checkout Auth
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200
OK
application/json
expires_atintegerOptional
tokenstringOptional
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post/checkout-auth/init
POST /checkout-auth/init HTTP/1.1
Host: public-api.alternativepayments.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"expires_at": 1,
"token": "text"
}Last updated
Was this helpful?
