Retrieve a bank account
By default, you can see the 10 most recent bank accounts stored on a customer directly on the object, but you can also retrieve details about a specific bank account stored on the LotusPay account.
Retrieves an existing bank account object. Supply the unique bank account identifier.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
bank_account REQUIRED
| The identifier of the bank account to be retrieved.
|
customer REQUIRED
| The identifier of the customer who owns the bank account.
|
Returns Returns a bank account object if a valid identifier was provided.
Request
Response
API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/customers/{ID}/bank_accounts/{ID}
Production Link
GET
https://api.lotuspay.com/v1/customers/{ID}/bank_accounts/{ID}
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt

