Invincible Pay
Checkout

List checkouts

Search and filter your checkouts.

GET
/v1/checkout

Query Parameters

sort?|

Checkouts are always ordered by their date, but you can modify the direction (ascending / descending).

status?|

Checkout status (Pending, Expired, Completed).

pageSize?|

Checkouts per page. Must be between 1 and 100 (inclusive). Default value: 20

Formatint64
Range0 <= value
page?|

Use for pagination. 0 based index. Page 0 = first page, Page 1 = second page, etc.

Formatint64
Range0 <= value

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.invinciblepay.com/v1/checkout"
{
  "items": [
    {
      "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"
    }
  ],
  "page": 0,
  "pageSize": 0,
  "totalCount": 0,
  "totalPages": 0
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}