post
https://api.lenco.co/access/v2/transfer-recipients/bank-account
Create transfer recipient as a bank account
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
}
}
}
