Remove / Expire a Payment Token

Remove / Expire a payment token

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Provide the unique payment token identifier and the last4 of the credit card or account_number that the token represents in the query string parameters ?token={token}&last4={last4}

Example:

curl --request DELETE \
>   --url https://<<test_api_url/v3/payment/token?token=3465$jfei5jfj&last4=3465 \
>   --header 'qor-app-key: T6554252567241061980' \
>   --header 'qor-client-key: 01dffeb784c64d098c8c691ea589eb82'

References

  • Link to details on related response codes.
  • [Payment Response Codes](doc:payment-response-codes)
Query Params
string
required
string
required
Headers
string
required
length ≤ 24
Defaults to T6554252567241061980

The unique key identifying the app making this request.

NOTE: If testing use T6554252567241061980 for the Qor-App-Key header key.

string
required
Defaults to 01dffeb784c64d098c8c691ea589eb82

The Client key represents an authorized merchant account and is assigned by QorCommerce or your merchant service account provider.

NOTE: If testing use 01dffeb784c64d098c8c691ea589eb82 for the Qor-Client-Key header key.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json