https://www.gingerpayments.com/docs#creating-an-ideal-order
{
"amount": 2500,
"created": "2017-02-26T18:26:19.552062+00:00",
"currency": "EUR",
"description": "A great order",
"expiration_period": "P0Y0M0DT0H15M0S",
"id": "148a9389-4d20-47d4-b9a0-6284e78a4bf2",
"merchant_order_id": "order-234192",
"modified": "2017-02-26T18:26:19.686022+00:00",
"project_id": "6dc226ae-3924-4c61-bb02-49ad000fa961",
"return_url": "http://www.example.com",
"status": "new",
"transactions": [
{
"amount": 2500,
"balance": "test",
"created": "2017-02-26T18:26:19.583708+00:00",
"currency": "EUR",
"description": "A great order",
"id": "85fabad5-1979-45c0-8a7d-77a32c38099f",
"modified": "2017-02-26T18:26:19.645422+00:00",
"payment_method": "ideal",
"payment_method_details": {
"issuer_id": "INGBNL2A"
},
"payment_url": "https://api.gingerpayments.com/redirect/85fabad5-1979-45c0-8a7d-77a32c38099f/to/payment/",
"status": "new"
}
]
}
As you can see, the response is the same as of Kassa Compleet, but without some extra data.