Managing reference bank accounts
If you want to retrieve, update or delete your reference bank account we allow the following actions via the Investment API:
Listing reference accounts
You can list reference bank accounts registered with a specific user by requesting
GET /users/{user_id}/payments/reference_accounts
Retrieving account information
Retrieve reference bank account information by requesting
GET /payments/reference_accounts/{reference_account_id}
Deleting a reference account
You can delete a reference bank account by requesting
DELETE /payments/reference_accounts/{reference_account_id}
.
You can only delete a reference bank account if at least two reference bank accounts are registered to a specific user.
To replace a reference bank account, you must first register the new reference bank account before deleting an obsolete reference bank account.
Next steps
Now you are all set to trigger a cash balance withdrawal.
Was this page helpful?