💰
XPay API Partner Docs
  • Introduction
  • Quick Start
  • Authentication
  • Tokenization
  • Reference
    • API Reference
      • Credit Card Customer Token
      • Direct Debit Customer Token
      • Braintree Grant Customer Token
      • Braintree Client Token
      • Customer Tokens
Powered by GitBook
On this page
  • Delete a customer token
  • Delete customer token
  1. Reference
  2. API Reference

Customer Tokens

General operations for customer tokens

Delete a customer token

If you wish to remove a customer token from XPay, you can do so by using the DELETE endpoint with the token UUID.

Delete customer token

DELETE https://staging.api.xpay.xcover.com/customer-tokens/{tokenUuid}

This operation removes a given customer token from XPay.

Path Parameters

Name
Type
Description

tokenUuid*

String

The customer token UUID

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT}}

{
    // Response
}
{
    // Response
}
PreviousBraintree Client Token

Last updated 2 years ago