This API allows you to remove a customer's linked card token from your platform. Once the token is removed, this action cannot be undone, and the token will no longer be valid for purchases.
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
merchant_id
string
required
A unique merchant key provided by ABA Bank.
<= 20 characters
ctid
string
required
This value uniquely identifies your customer. Make sure each customer has a different ctid.
<= 250 characters
pwt
string
required
Token generated by the payment gateway.
<= 250 characters
hash
string
required
Base64-encoded HMAC-SHA512 hash of concatenated values merchant_id, ctid, and pwt, using public_key.PHP Sample Code