improved
Release Notes: 20/02/2023
almost 2 years ago
This release includes API changes to Outgoing Transfer. Below, you will find details about the modifications made to the Outgoing Transfer API.
Outgoing Transfer API changes:
- Added optional beneficiary snapshot to the Outgoing Transfer API. Outgoing Transfers
GET /outgoing-transfers/{id}
{
"workflow": {},
"data": {
"outgoingTransfer": {
"id": "00000000-0000-0000-0000-000000000000",
"transactionNumber": "20210419-000000",
"clientId": "00000000-0000-0000-0000-000000000000",
"transferDate": "2021-04-19",
"status": "pending",
"currency": "GBP",
"amount": 100,
"feeCurrency": "GBP",
"feeAmount": 12,
"description": "API dryRun",
"transferReasonId": "00000000-0000-0000-0000-000000000000",
"transferCustomReason": null,
"originalTransferDate": "2021-04-19",
"cutOffDateTime": "2021-04-19T09:00:00",
"rollCount": 0,
"totalAmount": 112,
"ownerType": "client",
"scheme": "sepa",
"scope": "external",
"destination": {
"type": "beneficiary-bank-account",
"beneficiaryBankAccountId": "00000000-0000-0000-0000-000000000000"
},
"source": {
"type": "client-account",
"accountId": "00000000-0000-0000-0000-000000000000"
},
"beneficiary": {
"identity": {
"type": "corporate",
"country": "IN",
"identificationNumbers": null,
"identifications": null,
"legalName": "Dalsim Limited",
"incorporationDate": null,
"corporationType": null
},
"address": {
"country": "IN",
"city": "Mumbai",
"street": "Line1",
"postalCode": "1231231"
},
"account": {
"accountHolderName": null,
"country": "IN",
"currency": "INR",
"routingCodes": {
"ifsc": "ABCD0123456"
},
"accountNumber": "1234678812",
"iban": null,
"ledgerNumber": null,
"alias": "INR account"
},
"fullName": "Dalsim Limited"
}
}
},
"connect": {},
"metadata": {}
}