{
"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/crypto/refunds//submission' \
--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 '{
"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"
}
}
}'{
"refundId": "3324897f-393a-4bf6-b3af-0b999cbc2521",
"originalTransactionId": "b11ac1d7-0e90-4b3e-a083-e5c767d08597",
"originalTransactionType": "CRYPTO_CHECKOUT",
"refundMode": "CRYPTO_REFUND",
"status": "string",
"statusInfo": "string",
"amount": "string",
"currency": "string",
"currencyScale": 0,
"blockchain": "string",
"refundAddress": "string",
"refundReasonCode": "string",
"routeCode": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}