Payment
Get status of order/payment
GET
https://tickets.voordemensen.nl/api/:client_name/payment/:order_key
Check if the order is paid and display additional info. Use the order_key to find the order. Upon return from the payment provider we will add the query parameter ?response=order_key
to the redirectURL so you can find the key.
Note: calling this method will invoke a true check with the payment provider, it will fire webhooks, it will send notifications of successfull order, and it will e-mail the tickets (unless that already happend)
Path Parameters
order_key*
String
the order_key identifying the order
client_name*
String
the short name identifying you as a VdM client e.g. demo or fringe
Get available payment methods
GET
https://api.voordemensen.nl/v1/:client_name/paymentmethods
This endpoint will return the payment methods that have been defined as available to online ordering in your dashboard.
Path Parameters
client_name*
string
the short name identifying you as a VdM client e.g. demo or fringe
Last updated