Delete Customer Token by Customer ID

Learn how to delete the customer token information using delete customer token API.

Path Params
string
required

Unique identifier of the customer in the Pine Labs Online database.

  • Maximum length: 50 characters.
Example: cust-v1-0811030624-aa-RBDgpR

string
required

Unique identifier of the token in the Pine Labs Online database.

  • Maximum length: 50 characters.
Example: token-v1-0811030624-aa-RBDgpR

Body Params
string
required

Enter a unique reference to delete the customer token.

  • Minimum: 1 characters.
  • Maximum: 50 characters.
Example: 1234567890

Supported characters:
  • A-Z
  • a-z
  • -
  • _

merchant_metadata
object

An object of key value pair that can be used to store additional information.

  • Each pair cannot exceed 256 characters.
  • Maximum 10 key-value pairs.
Example: "key1": "DD"

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant