Skip to main content
POST
Add blocklist entry

Authorizations

Authorization
string
header
required

Supabase session JWT for dashboard / management endpoints, obtained after user sign-in.

Body

application/json
list_type
enum<string>
required
Available options:
email,
email_domain,
ip_address,
ip_range,
device_fingerprint,
card_bin,
card_hash,
country,
phone,
customer_id,
clabe,
iban,
account_hash,
swift_bic,
beneficiary_id
value
string
required
flow_scope
enum<string>
default:all
Available options:
payin,
payout,
all
severity
enum<string>
default:block
Available options:
block,
flag,
review
reason
string
source
enum<string>
default:manual
Available options:
manual,
rule,
fraud_report,
chargeback,
api
expires_at
string<date-time>

Response

Entry created

id
string<uuid>
organization_id
string<uuid>
list_type
enum<string>
Available options:
email,
email_domain,
ip_address,
ip_range,
device_fingerprint,
card_bin,
card_hash,
country,
phone,
customer_id,
clabe,
iban,
account_hash,
swift_bic,
beneficiary_id
value
string
flow_scope
enum<string>
default:all
Available options:
payin,
payout,
all
severity
enum<string>
Available options:
block,
flag,
review
reason
string | null
source
enum<string>
Available options:
manual,
rule,
fraud_report,
chargeback,
api
is_active
boolean
expires_at
string<date-time> | null
created_at
string<date-time>