Body
Delete Card
Request
Response
API Endpoints
Production Link
POST
https://api.juspay.in/card/delete/
Authorization Header
Basic Auth
*
Base64 Encoded Username:Password
Mandatory
Consists of two parts.
Username: API Key obtained from Juspay dashboard
Password: Empty string
Example:-
Basic MUQ2QUxxxxxxxxxxxxU5QTIxQzNFNTQwNkFDMEZCOg==
Headers
x-merchantid
String
Recommended
Unique identifier for the merchant. This is the Merchant ID provided by Juspay. The value is case sensitive.
Note
Passing this value will help us route efficiently at network level.
Example:- x-merchantid: testaccount
Parameters
card_token
string
Card token obtained from /card/list API
200 : Success
Response Body
card_token
string
c75a9fca-1121-418e-973c-47d5c4971456
card_reference
string
df2c47951a71e4486827039fad7b039a
deleted
boolean

