Skip to main content

Overview

Use the Tokens resource to list what your merchant can accept and to block/unblock specific tokens.

Authentication

Merchant token management uses merchant auth (API key or bearer JWT).

Request

List supported tokens

Search tokens (large catalogs)

Block or unblock a token

Response

Example list response (truncated):

Errors

  • 401 missing/invalid auth
  • 400 invalid token id or request body (block/unblock)

Examples

  • Keep token acceptance stable by managing a short allowlist and explicitly blocking unsupported tokens.
Next: Access