{
"routeCode": "string",
"amountMinor": "string",
"currency": "USD",
"currencyScale": 0,
"clientReference": "string",
"buyerInfo": {
"property1": "string",
"property2": "string"
},
"paymentPurpose": {
"property1": "string",
"property2": "string"
},
"expiryAtMillis": 0,
"externalFeeFields": {
"property1": "string",
"property2": "string"
}
}curl --location '/partner/v1/customers//crypto/checkouts' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"routeCode": "string",
"amountMinor": "string",
"currency": "USD",
"currencyScale": 0,
"clientReference": "string",
"buyerInfo": {
"property1": "string",
"property2": "string"
},
"paymentPurpose": {
"property1": "string",
"property2": "string"
},
"expiryAtMillis": 0,
"externalFeeFields": {
"property1": "string",
"property2": "string"
}
}'{
"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"
}