curl --location '/partner/v1/customers//crypto/checkouts?status=undefined&pageLimit=undefined&pageCursor=undefined' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;'{
"items": [
{
"checkoutId": "a21b4d66-7585-4979-80ec-60ea35b35821",
"routeCode": "string",
"clientReference": "string",
"amountMinor": "string",
"currency": "string",
"currencyScale": 0,
"buyerInfo": {
"property1": "string",
"property2": "string"
},
"paymentPurpose": {
"property1": "string",
"property2": "string"
},
"expiryAtMillis": 0,
"status": "string",
"statusInfo": "string",
"kytResult": "string",
"txHash": "string",
"walletAddress": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pageInfo": {
"nextCursor": "string",
"hasNextPage": true
}
}