Deletes a bank account
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
The Bank Account Token of the account to be deleted
string"sample string 1"
A response indicating success or failure
transaction_responseName | Description | Type | Additional information |
---|---|---|---|
transaction_ref_code |
This field will return a value for any transaction that occurs, otherwise will be empty. |
string |
String length: inclusive between 0 and 36 |
success |
True if successful, false otherwise |
boolean |
None. |
message |
The message related to the operation in the language specified by the request |
string |
None. |
message_code |
The code associated with the message |
integer |
None. |
errors |
List of validation errors that occured, otherwise empty |
Collection of string |
None. |
{ "transaction_ref_code": "sample string 1", "success": true, "message": "sample string 3", "message_code": 4, "errors": [ "sample string 1", "sample string 2" ] }