Frontend
Get checkout page data
Endpoint used by our Checkouts page to fetch useful information in one request.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/frontend/checkout"{
"checkouts": {
"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
},
"pageInfo": {
"completedCount": 0,
"conversionRate": 0.1,
"pendingCount": 0,
"totalCompleted": "string",
"totalPending": "string"
}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}{
"error": "string",
"error_code": {}
}