Payments (Customers)
POST
/api/v1/payments/checkoutCheckout
Request body
application/jsonnullResponses
Checkout successful
nullboltTry it
env
POST
https://api.example.com/api/v1/payments/checkoutRequest body
Code samples
curl -X POST 'https://customer-api.docs.newinstance.cloud/api/v1/payments/checkout'GET
/api/v1/payments/attempts/{reference}Get attempt by reference
Parameters
referencepathstringrequireddefault: Responses
Attempt retrieved successfully
nullboltTry it
env
GET
https://api.example.com/api/v1/payments/attempts/{reference}Path parameters
reference*Code samples
curl -X GET 'https://customer-api.docs.newinstance.cloud/api/v1/payments/attempts/{reference}'