API Endpoints
Add Bank Account
Allows customers to add a bank account to their profile for loan disbursements and repayments.
POST
Customers can use this endpoint to register a bank account that can be used for loan disbursements, repayments, and fund transfers.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
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.
Must be
application/json.Request Body
The unique identifier (UUID) of the customer adding the bank account.
Bank account number.
Name of the account holder as it appears on the bank account.
Code identifying the bank.
Name of the bank.
Type of account (e.g.,
SAVINGS, CURRENT, CHECKING).Whether this should be set as the default bank account.
Response
Returns confirmation of bank account creation with account details.Overall status of the API request.
Bank account details.
