{
"withdrawalType": 1,
"requireSameNamePayout": true,
"swiftChargingCode": 1,
"withdrawalPayload": {
"property1": "string",
"property2": "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/fiat-withdrawals//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 '{
"withdrawalType": 1,
"requireSameNamePayout": true,
"swiftChargingCode": 1,
"withdrawalPayload": {
"property1": "string",
"property2": "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",
"amountMinor": "string",
"currency": "string",
"currencyScale": 0,
"clientReference": "string",
"withdrawalType": 1,
"requireSameNamePayout": true,
"swiftChargingCode": "string",
"processingFeeAmountMinor": "string",
"estimatedAmountReceivableMinor": "string",
"status": "string",
"statusInfo": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}