DELETE
/
blocklist
curl --request DELETE \
  --url https://sandbox.hyperswitch.io/blocklist \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "type": "card_bin",
  "data": "<string>"
}'
{
  "fingerprint_id": "<string>",
  "data_kind": "payment_method",
  "created_at": "2023-11-07T05:31:56Z"
}

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.

Body

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

Response

200
application/json
Fingerprint Unblocked
fingerprint_id
string
required
data_kind
enum<string>
required
Available options:
payment_method,
card_bin,
extended_card_bin
created_at
string
required