https://api.paypro.nl/
https://api.paypro.nl/top_ups/{id}
{ "id": "TUMKR465ZG6QDU", "type": "top_up", "amount": 12300, "currency": "EUR", "description": "Top-up TUMKR465ZG6QDU", "pay_method": { "id": "ideal", "type": "pay_method", "name": "iDEAL", "currencies": [ … ], "minimum_amount": 1, "maximum_amount": 5000000, "details": {} }, "locale": "en", "state": "paid", "metadata": {}, "created_at": "2025-05-28T14:52:26Z", "paid_at": "2025-05-28T14:53:03Z", "_links": { "self": "http://api.paypro.test:3000/top_ups/TUMKR465ZG6QDU" } }
https://api.paypro.nl/top_ups
top-ups found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }
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.
https://api.paypro.nl/top_ups
{ "id": "TUMKR465ZG6QDU", "type": "top_up", "amount": 12300, "currency": "EUR", "description": "Top-up TUMKR465ZG6QDU", "pay_method": { "id": "ideal", "type": "pay_method", "name": "iDEAL", "currencies": [ … ], "minimum_amount": 1, "maximum_amount": 5000000, "details": {} }, "locale": "en", "state": "paid", "metadata": {}, "created_at": "2025-05-28T14:52:26Z", "paid_at": "2025-05-28T14:53:03Z", "_links": { "self": "http://api.paypro.test:3000/top_ups/TUMKR465ZG6QDU" } }