Bank
POST/transaction/bank/create
This api allows to send transactions directly to the beneficiaries' bank accounts.
Parameters constraint
| Name | type | Mandatory | Description |
|---|---|---|---|
| payoutCountry | String | Mandatory | that is iso code2 country to send transaction |
| payoutCity | String | Mandatory | the city where the beneficiary lives or the transaction must be sent |
| receiveCurrency | string | Mandatory | currency of receipt of funds. Is currency ISO 3 |
| amountToPaid | number | Mandatory | Amout to send in currency sender |
| senderCode | String | Mandatory | Reference sender we get after save sender |
| beneficiaryCode | String | Mandatory | Reference sender we get after save beneficiary |
| sendingCurrency | String | Mandatory | currency to collect the money by beneficiary |
| bankAccount | String | Mandatory | Bank account for receipt of funds |
| bankName | String | Mandatory | Bank Name you are receive by email account. You can ask from administrator |
| bankSwCode | String | Mandatory | Swiff Code |
| bankBranch | String | bankBranch | Bank branch |
| fromCountry | String | Mandatory | Sending country |
| originFund | string | Mandatory | Origin of funds please see List A |
| reason | String | Mandatory | Reason to send money see List B |
| relation | String | Mandatory | Relation between sender and beneficiary see List C |
EndFragment
Request
Responses
- 200
OK
Response Headers
Host
Date
Connection
X-Powered-By
Cache-Control
X-RateLimit-Limit
X-RateLimit-Remaining
Access-Control-Allow-Origin