Delete Card Token Endpoint
Invalidates a previously generated card identifier, preventing its future use for transactions.
Last updated
Was this helpful?
Invalidates a previously generated card identifier, preventing its future use for transactions.
Last updated
Was this helpful?
card_identifier
String
Yes
The unique card identifier to invalidate
The endpoint will return a 204
code, with no content, in case of successfully deleting the requested card_identifier
404
510
Token not found
401
511
Token expired
401
512
Unauthorized access
Subscription cancellation: Invalidate the identifier when a customer cancels their subscription
Card replacement: Invalidate old identifiers when a customer updates their payment method
Fraud prevention: Invalidate identifiers associated with suspected fraudulent activity
Account closure: Remove all payment information when a customer closes their account
Compliance: Adhere to data retention policies by removing unnecessary payment data
Once an identifier is invalidated, it cannot be reactivated
Any attempt to use an invalidated identifier for transactions will result in an error
Only identifiers that belong to your merchant account can be invalidated
We recommend keeping track of invalidated identifiers in your system to avoid future usage attempts
Invalidates a previously generated card token, preventing its future use for transactions
The unique card token to invalidate
CID-2210908e-6d8e-468d-9eb3-d551e8b541a0
Media type of the body sent to the API
application/json
ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)
Merchant X-Login API Key
Unique idempotency key for ensuring that the same request is not processed more than once
No content