How it works

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.

| Bank code | Bank name |
|---|---|
| BUNQNL2A | Bunq |
| INGBNL2A | Ing |
| KNABNL2H | Knab |
| RABONL2U | Rabobank |
| RBRBNL21 | RegioBank |
| SNSBNL2A | SNS Bank |
| TRIONL2U | Triodos Bank |
| ABNANL2A | ABN AMRO |
| FVLBNL22 | Van Lanschot |
| ASNBNL21 | ASN |
| HANDNL2A | Handelsbanken |
| REVOLT21 | Revolut |
curl --request POST \
--url https://gateway.paybyrd.com/api/v2/payment \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-api-key: {your_api_key}' \
--data '
{
"type":"OnlineTransfer",
"amount": "10.00",
"currency": "EUR",
"brand":"ideal",
"bankIdentifierCode": "INGBNL2A"
}'
{
"bankIdentifierCode": "INGBNL2A",
"type": "OnlineTransfer",
"currency": "EUR",
"brand": "ideal",
"action": {
"type": "redirect",
"url": "https://webapp-redirect-api-stg.azurewebsites.net/api/v1/Redirect/58d75973-87e3-4da7-b8f4-ab2bfb3ea9da"
},
"code": "BYRD207",
"description": "Pending redirect",
"transactionId": "58d75973-87e3-4da7-b8f4-ab2bfb3ea9da",
"amount": "10.00"
}
