Skip to main content
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

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Query Parameters

currency
string
default:USD

Currency the restrictions are keyed by (default USD)

Response

200 - application/json

Restricted merchants retrieved

success
boolean
status
integer
message
string
data
object
meta
object