Get restricted merchants
Cards
Get Restricted Merchants
List the merchants restricted at the card network. GET /restricted-merchants. Requires cards:read scope.
GET
Get restricted merchants
Overview
Returns the merchants currently blocked at the card network. A restricted merchant is declined at authorization time for every card you issue.Restrictions are keyed by currency at the card network and shared across all of your programs — so there’s no program in the path. It defaults to
USD; pass ?currency= only if you operate cards in another currency. Restricting is an operator action performed by Fyatu — reach out to your account manager to add or remove entries.Query Parameters
Merchant Object
Each entry has at least one of the two.
In the sandbox environment there are no real merchants, so this endpoint returns a small set of static example entries. Use it to validate your integration’s response handling; the live environment returns the real restriction list.
Example
Success Response (200)
Error Codes
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Query Parameters
Currency the restrictions are keyed by (default USD)

