Skip to main content
POST
cURL

Authorizations

api-key
string
header
required

Use the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.

Headers

X-Profile-Id
string | null

The business profile to block this entry under. Ignored when authenticating with a JWT, which carries its own profile. If omitted, the merchant's default profile is used; merchants with more than one profile have no default and will receive an error asking for this header.

Body

application/json
type
enum<string>
required
Available options:
card_bin
data
string
required
deprecated

Deprecated, use generic_card_bin. A card number prefix of exactly 6 digits.

Response

Fingerprint Blocked

fingerprint_id
string
required
data_kind
enum<string>
required

card_bin (6 digits) and extended_card_bin (8 digits) are deprecated, use generic_card_bin, which accepts 6 to 10 digits.

Available options:
payment_method,
card_bin,
extended_card_bin,
generic_card_bin
created_at
string<date-time>
required
profile_id
string | null
Example:

"pro_abcdefghijklmnop"