Checkout
List checkouts
List all pending, expired, and completed checkouts. Expired checkouts might get deleted after some time.
Response Body
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/checkout"[
{
"accountId": "string",
"amount": "string",
"createdAt": 0,
"currency": "CAD",
"expiresAt": 0,
"externalId": "string",
"fundingSourceId": "string",
"id": "string",
"paymentUrl": "string",
"redirectUrlFailure": "string",
"redirectUrlSuccess": "string",
"reference": "string",
"status": "pending",
"transactionId": "string"
}
]{
"error": "string",
"error_code": {}
}