Bancontact
The following is an example of a Bancontact request:
POST /v1/orders/ HTTP/1.1
Authorization: Basic aHVudGVyMjo=
Content-Type: application/json
{
"currency": "EUR",
"amount": 995,
"merchant_order_id": "EXAMPLE001",
"description": "Example Bancontact order",
"return_url": "https://www.example.com/",
"webhook_url": "https://www.example.com/webhook/",
"transactions": [
{
"payment_method": "bancontact"
}
]
}