API Endpoints
View Bank Account
Retrieves details of a specific bank account by its ID.
GET
Fetches detailed information about a bank account registered by the customer.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the bank account to retrieve.
Response
Returns bank account details.Overall status of the API request.
Bank account details.
