Checkout
Initialize the Checkout iFrame
Generates the configuration needed for the checkout iframe
post/checkout/init
Request body
Example request
{
"payment": "pay_2QUtVTDMuiW05FVr0wOgEpYHUeX"
}Response
OK
Example response
{
"supportedPaymentMethods": {
"card": true
},
"timestamp": "2024-01-15T12:00:00.000Z",
"tokenExID": "5fae838b-c767-4b84-b36c-ee8a6eb8a37b",
"tokenScheme": "PCI",
"authenticationKey": "a1b2c3d4e5f6a1b2c3d4e5f6",
"pci": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.