Blacklist API

Add an entry to the blacklist

post/blacklist

Request body

datastring required

A valid IBAN to blacklist.

Example request

{
  "data": "FR1420041010050500013M02606"
}

Response

Request successfully processed

idstring

Blacklist item id

typestring

Type of the entry, e.g. iban

datastring

IBAN

Example response

{
  "id": "bl_c3nL2MafX8WdfiIM",
  "type": "iban",
  "data": "FR1420041010050500013M02606"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.