Payments
Start Checkout Session
Start a checkout session for the Payment by its ID. This provides necessary details for initializing a checkout process on the client side.
get/payments/{id}/checkout-details
Path parameters
idstring required
Response
OK
Example response
{
"currency": "usd"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○