[Kassa Compleet] A response to «POST /v1/orders/» for the «iDEAL» payment option

https://s3-eu-west-1.amazonaws.com/wl1-apidocs/api.kassacompleet.nl/index.html#creating-an-ideal-order

{
	"amount": 2500,
	"client": {
		"user_agent": "Ginger-Python-ApiClient/0.8.1 Requests/2.11.1 Python/2.7.10"
	},
	"created": "2017-02-26T17:01:47.055406+00:00",
	"currency": "EUR",
	"description": "A great order",
	"expiration_period": "P0Y0M0DT0H15M0S",
	"flags": [
		"is-test"
	],
	"id": "95b5bacf-1686-4295-9706-55282af64a80",
	"last_transaction_added": "2017-02-26T17:01:47.458215+00:00",
	"merchant_id": "0c01d91a-fc38-452c-8b55-6b1a07f720eb",
	"merchant_order_id": "order-234192",
	"modified": "2017-02-26T17:01:47.761429+00:00",
	"project_id": "d81c89ad-e9d5-42d0-ad88-f1c580256133",
	"return_url": "http://www.example.com",
	"status": "new",
	"transactions": [
		{
			"amount": 2500,
			"balance": "test",
			"created": "2017-02-26T17:01:47.458215+00:00",
			"credit_debit": "credit",
			"currency": "EUR",
			"description": "A great order",
			"events": [
				{
					"event": "new",
					"id": "f48d00b3-8f59-4117-9396-25500865dace",
					"noticed": "2017-02-26T17:01:47.608901+00:00",
					"occurred": "2017-02-26T17:01:47.458215+00:00",
					"source": "set_status"
				}
			],
			"expiration_period": "P0Y0M0DT0H15M0S",
			"id": "a56122ef-d096-4a97-8071-f608c6954760",
			"merchant_id": "0c01d91a-fc38-452c-8b55-6b1a07f720eb",
			"modified": "2017-02-26T17:01:47.678812+00:00",
			"order_id": "95b5bacf-1686-4295-9706-55282af64a80",
			"payment_method": "ideal",
			"payment_method_details": {
				"issuer_id": "INGBNL2A"
			},
			"payment_url": "https://api.kassacompleet.nl/redirect/a56122ef-d096-4a97-8071-f608c6954760/to/payment/",
			"product_type": "kassacompleet",
			"project_id": "d81c89ad-e9d5-42d0-ad88-f1c580256133",
			"status": "new"
		}
	]
}

As you can see, the response is the same as of Ginger Payments, but with some extra data.

See also: