GET
/
blocklist
curl --request GET \
  --url https://sandbox.hyperswitch.io/blocklist \
  --header 'api-key: <api-key>'
{
  "fingerprint_id": "<string>",
  "data_kind": "payment_method",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
headerrequired

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.

Query Parameters

data_kind
enum<string>
required

Kind of the fingerprint list requested

Available options:
payment_method,
card_bin,
extended_card_bin

Response

200 - application/json
fingerprint_id
string
required
data_kind
enum<string>
required

Kind of the fingerprint list requested

Available options:
payment_method,
card_bin,
extended_card_bin
created_at
string
required