Whitelist API

Add an entry to the whitelist

post/whitelist

Request body

ibanstring required

A valid IBAN to whitelist.

Example request

{
  "iban": "FR1420041010050500013M02606"
}

Response

Request successfully processed

idstring

Whitelist item id

hashstring

Hashed representation of iban

Example response

{
  "id": "wl_c3nL2MafX8WdfiIM",
  "hash": "a2a333bfded0795029850706e715341041460cf9"
}

Changes