Delete a saved card token permanently. This action cannot be undone.
card_token and identifier for security| Parameter | Type | Description |
|---|---|---|
card_token | string | Unique token of the card to delete |
identifier | string | Customer identifier that owns the card |
card_token: Identifies the specific card to deleteidentifier: Verifies ownership of the card| Status Code | Description | Possible Cause | Action |
|---|---|---|---|
200 | Success | Card deleted successfully | Update UI, show confirmation |
400 | Bad Request | Missing or invalid parameters | Validate request data |
401 | Unauthorized | Invalid credentials | Check authentication |
404 | Not Found | Card token not found or doesn’t belong to identifier | Verify token and identifier |
500 | Server Error | Internal system error | Retry request or contact support |
Client Application ID - Your unique application identifier used to authenticate API requests. You can find your Client ID in the Developer Settings section of the merchant dashboard.
Client Secret Key - Your secret key used alongside the Client ID for secure authentication. Keep this confidential and never expose it in client-side code. Available in the Developer Settings section of the merchant dashboard.
Merchant Identifier - The unique ID for the merchant account. This is required for PSP (Payment Service Provider) merchants who manage multiple merchant accounts. You can find merchant IDs in the Merchant Management section of the dashboard.
API Version - Specifies which version of the API to use (e.g., '1.X.X' or '2.X.X'). This header allows you to control which API version your integration uses. Default version information is available in the Developer Settings.
Card token details to delete