/transfer-recipients/bank-account

Create transfer recipient as a bank account

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response schema:

{
    "status": boolean,
    "message": string,
    "data": {
	    "id": string,
	    "currency": string,
	    "type": "string",
	    "country": string,
	    "details": {
		    "type": "bank-account",
		    "accountName": string,
		    "accountNumber": string,
		    "bank": {
		        "id": string,
		        "name": string,
		        "country": string
		    }
		}
	}
}
Body Params
string
required
string
required
string

Optional

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json