Customer Blocklist

List customer blocklist entries

get

Lists blocked customers with pagination

Query parameters
cursorstringOptional

Cursor for pagination

limitinteger · int64 · min: 1 · max: 100Optional

Maximum number of items to return

Example: 20
Responses
chevron-right
200

OK

application/json
get
/api/blocklist/customers

Create customer blocklist entries

post

Blocks multiple customers by card (BIN + last 4 digits) or email

Body

Customer blocklist creation data

Responses
chevron-right
200

OK

application/json
post
/api/blocklist/customers

Get customer blocklist entry

get

Retrieves an existing blocked customer by ID

Path parameters
idstringRequired

customer blocklist ID

Responses
chevron-right
200

OK

application/json
get
/api/blocklist/customers/{id}

Last updated