netfluid__wallet_rba
Saves a Recipient Bank Account (RBA) for use on future withdrawals. Confirm (yes/no) before executing
Saves a Recipient Bank Account (RBA) for use on future withdrawals. @param api_key: The api key allocated to your application @param token: The wallet_api_token provided by /access/login @param wallet_fk: The wallet_fk provided by /access/login @param beneficiary: The beneficiary name @param bank: The bank's name @param iban: The account's IBAN/Account number @param swift: The account's swift routing code or branch code which ever is applicable @param email: The recipient's email address @param note: The note or recipient reference on the bank transfer @param address_street: The street address of the bank @param address_city: The city in which the bank is located @param address_zip: The postal code of the location of the bank, zip code or "None" @param countryISO2: The 2-digit ISO code of the country in which the bank is located, must match the content of the swift code
@return: a json object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| iban | Yes | ||
| note | No | ||
| Yes | |||
| swift | Yes | ||
| token | Yes | ||
| api_key | Yes | ||
| wallet_fk | Yes | ||
| address_zip | No | ||
| beneficiary | Yes | ||
| countryISO2 | No | ||
| address_city | No | ||
| address_street | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||