Invincible Pay
Checkout

List checkouts

List all pending, expired, and completed checkouts. Expired checkouts might get deleted after some time.

GET
/v1/checkout

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": {}
}