{
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"amountMinor": "string",
"currency": "USDT",
"currencyScale": 0,
"clientReference": "string",
"withdrawalType": 1,
"externalFeeFields": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string",
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}curl --location '/partner/v1/customers//crypto-withdrawals' \
--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",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"amountMinor": "string",
"currency": "USDT",
"currencyScale": 0,
"clientReference": "string",
"withdrawalType": 1,
"externalFeeFields": {
"property1": "string",
"property2": "string"
},
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string",
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}'{
"withdrawalId": "177dc452-dcc4-4afc-8eab-bd9d08c2ae7a",
"routeCode": "string",
"walletBeneficiaryId": "c6f4d0cf-4b9d-419b-b293-8482d15ff264",
"walletBeneficiaryLabel": "string",
"amountMinor": "string",
"currency": "string",
"currencyScale": 0,
"withdrawalType": 1,
"feeAmountMinor": "string",
"feeCurrency": "string",
"purposeOfPayment": 0,
"otherPurpose": "string",
"relationshipWithThirdParty": 0,
"otherRelationship": "string",
"status": "string",
"statusInfo": "string",
"kytResult": "string",
"txHash": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}