Payments (Customers)

POST/api/v1/payments/checkout

Checkout

Request body

application/json
null

Responses

Checkout successful

null
boltTry it
env
POSThttps://api.example.com/api/v1/payments/checkout

Request 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

null
boltTry it
env
GEThttps://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}'