After you have created a Top-up you can use the _links.checkout link to redirect to the pay page.
Security
apiKey
Bodyapplication/json
amountintegerrequired
The amount that the customer will have to pay.
Example: 1000
currencystring
The currency of the top-up.
Value"EUR"
Example: "EUR"
descriptionstring or null
The description of the top-up.
pay_methodstring or null
The pay method of the top-up.
Enum"bancontact""bank-transfer""ideal"
localestring or null
Specifies the language to be used for the top-up page. If no locale or an invalid locale is specified we will ignore it and choose the locale based on the account settings.
Enum"de""en""fr""nl"
metadataobject or null
You can put in random data that you like to save alongside the top-up. When you fetch the top-up this will be returned in the metadata field.
https://api.paypro.nl/top_ups
Responses
top-up created
Bodyapplication/json
idstringrequired
Example: "TUMKR465ZG6QDU"
typestringrequired
Value"top_up"
Example: "top_up"
amountintegerrequired
Example: 12300
descriptionstringrequired
Example: "Top-up TUMKR465ZG6QDU"
currencystringrequired
Value"EUR"
Example: "EUR"
pay_methodpay_method (object) or null_type (any)required