Add Card

Add a credit card or debit card of a customer to JusPay Locker. customer_id parameter identifies the customer to whom this card belongs.

Note
  1. Ensure a successful Create Customer API was called before this and use customer_id (or) object_reference_id obtained in the response.

  2. Two possible scenarios for this API

    1. Raw Card details

      1. card_number

      2. card_exp_year

      3. card_exp_month

    2. Card token

      1. Token - Ensure it is a fresh token used within 15 mins of generation- obtained from Tokenize card API

API Endpoints
Sandbox Link
POST
https://api.sandbox.juspay.io/card/add
Production Link
POST
https://api.juspay.io/card/add
Authorization Header
Body
200 : Success
Last updated 3 months ago