Checkout
List checkouts
Search and filter your checkouts.
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
Format
int64Range
0 <= valuepage?|
Use for pagination. 0 based index. Page 0 = first page, Page 1 = second page, etc.
Format
int64Range
0 <= valueResponse 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": {}
}