Get Customer account

This is a Server-to-Server API which retrieves the bank entity for a given customer identifier, allowing verification of the customer's existence in the Juspay system.

This API retrieves all bank account related information, including account details, bank account id creation date and the last validated date of the bank account details.

API Endpoints
Sandbox Link
GET
https://sandbox.juspay.in/customers/{customer_id}/customer-accounts/{customer_account_id}
Production Link
GET
https://api.juspay.in/customers/{customer_id}/customer-accounts/{customer_account_id}
Authorization Header
Headers
Path Params
200 : Success
401 : Authentication Failed
Last updated 1 month ago