Authorization: Bearer ********************{
"participantCode": "string",
"amountToPay": 0,
"currencyToPay": "string",
"clientReference": "string",
"paymentPurpose": {
"subject": "string",
"description": "string",
"supportingDocuments": "string"
},
"buyerInfo": {
"fullLegalName": "string",
"identityType": 1,
"identityNumber": "string",
"dateOfBirth": "2019-08-24",
"placeOfBirth": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
},
"expiry": 0
}curl --location --request POST '/v1.0/payment/crypto/createCryptoCheckout' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"amountToPay": 0,
"currencyToPay": "string",
"clientReference": "string",
"paymentPurpose": {
"subject": "string",
"description": "string",
"supportingDocuments": "string"
},
"buyerInfo": {
"fullLegalName": "string",
"identityType": 1,
"identityNumber": "string",
"dateOfBirth": "2019-08-24",
"placeOfBirth": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
},
"expiry": 0
}'{
"code": "string",
"msg": "string",
"data": {
"cryptoCheckoutId": "string",
"participantCode": "string",
"amountToPay": 0,
"currencyToPay": "string",
"clientReference": "string",
"paymentPurpose": {
"subject": "string",
"description": "string",
"supportingDocuments": "string"
},
"buyerInfo": {
"fullLegalName": "string",
"identityType": 1,
"identityNumber": "string",
"dateOfBirth": "2019-08-24",
"placeOfBirth": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
},
"checkoutWallets": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
]
},
"status": 1,
"expiry": 0,
"walletKyt": {
"kytResult": 1,
"kytDetails": "string",
"walletAddress": "string"
},
"receivedPayments": [
{
"blockchain": "string",
"sourceWalletAddress": "string",
"paidCurrency": "string",
"paidAmount": "string",
"txnHash": "string",
"walletType": 1,
"platformName": "string",
"platformUserName": "string",
"kytInfo": {
"kytResult": 1,
"kytDetails": "string",
"transactionHash": "string"
}
}
],
"conversions": [
{
"conversionId": "string",
"quotationId": "string",
"participantCode": "string",
"clientReference": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"price": 0,
"sourceAmount": 0,
"destinationAmount": 0,
"status": 1,
"createdAt": 0
}
]
}
}