Overview
Token endpoints let merchants list supported tokens and (optionally) block specific tokens for their account.Authentication
Merchant auth (API key or bearer JWT).Request
Endpoints:GET /api/v1/merchant/tokensGET /api/v1/merchant/tokens/searchPOST /api/v1/merchant/tokens/{tokenId}/block
Response
Errors
401/403missing/invalid auth400invalid token id or environment

