{
"onBehalfOf": null,
"uniqueRequestId": "b9efe1bd-d8bf-433f-bdc7-db0a0ea506e2",
"sourceBankBicOrCode": "ASPXNGLA",
"sourceAccountNumber": "96478939",
"sourceCurrencyIso3Code": "USD",
"sourceCountryIso3Code": "USA",
"amount": 639.15,
"beneficiaryId": "1ceddcf7-592f-4c45-bdf2-2e4f325f655a",
"reference": "Test Transaction 123"
}
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/payment-service/api/v1/transfer/single-transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"onBehalfOf": null,
"uniqueRequestId": "b9efe1bd-d8bf-433f-bdc7-db0a0ea506e2",
"sourceBankBicOrCode": "ASPXNGLA",
"sourceAccountNumber": "96478939",
"sourceCurrencyIso3Code": "USD",
"sourceCountryIso3Code": "USA",
"amount": 639.15,
"beneficiaryId": "1ceddcf7-592f-4c45-bdf2-2e4f325f655a",
"reference": "Test Transaction 123"
}'
{
"onBehalfOf": "string",
"uniqueRequestId": "string",
"sourceBankBicOrCode": "string",
"transferType": "string",
"sourceAccountNumber": "string",
"sourceCurrencyIso3Code": "string",
"sourceCountryIso3Code": "string",
"beneficiaryDetails": {
"accountNumber": "string",
"accountName": "string",
"bankName": "string",
"bankCode": "string",
"intermediaryBank": {
"bankName": "string",
"bankCode": "string",
"swiftCode": "string"
}
},
"approvedBy": "string",
"totalAmount": 0,
"amount": 0,
"charge": 0,
"chargesType": "string",
"transactionId": "string",
"status": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"responseMessage": "string",
"responseCode": "string",
"reference": "string",
"message": "string"
}