Create Customer account

This is a Server-to-Server API that takes bank account details/UPI parameters as an input and creates an customer account ID in the Juspay system against the provided customer ID.

Note

Merchants can create multiple customer accounts (both Bank Account and UPI) simultaneously. An array of UPI and bank accounts can be provided as input, and individual customer account IDs will be created for each account details.

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