Skip to main content
POST
/
api
/
Checkout
Error
A valid request URL is required to generate request examples
{
  "checkoutId": "12345678-ABCD-1234-EFGH-987654321000",
  "checkoutLink": "http://localhost:4200/checkout/12345678-ABCD-1234-EFGH-987654321000"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

oneTimePayment
object
required
returnUrl
string | null
Maximum string length: 200

Response

The checkout link was successfully created

checkoutId
string | null
Maximum string length: 36
Maximum string length: 500