Transaction Gateway Unit
This page will help you get started with Pay, learn the different types of data you can create, retrieve, update, (un)delete and the basics of full RESTful API's
Transaction Gateway Unit (TGU)
API Package | Membership | Description | Developer Level | Methods |
---|---|---|---|---|
Transaction Gateway Unit | Pioneer+ | Start a transaction and redirect the payer to a hosted payment page, directly to the payment method. For Point of sale open the Client information window and Cashier information window. | Junior / Certification not needed for own merchant use. For Technical Product Provider certification is mandatory. | POST |
Transaction Operations | From PROF+ | Manage individual transactions, change states, capture, void and refund. | Medior / Certification not needed for own merchant use. For Technical Product Provider certification recommended. | GET |
Payment Processing | From BUS+ | Make a direct integration between the merchant or technical supplier application. | Certification recommended. | POST |
Payment Core's
CORE | TGU | Legacy | Restful |
---|---|---|---|
pay.nl | TGU1, TGU2, TGU3 | All | V1.1 - V2.X (beta) |
achterelkebetaling.nl | TGU4 | V12 - V18 | V1.1 - V2.X (beta) |
payments.nl | TGU5, TGU6 | V12 - V18 | V1.1 - V2.X (beta) |
#private core# * | #TGU# | N/A | V1.1 - V2.X (beta) |
*A private core system with one or more TGU's, to process transactions within a merchant or merchant group.
Restful endpoint
You can use the restful API by rest.pay.nl or rest.achterelkebetaling.nl or rest.payments.nl
example: https://rest.payments.nl/v2/transactions
example: https://rest.pay.nl/v2/transactions
Legacy endpoint
You can use the legacy API by rest-api.pay.nl or rest-api.achterelkebetaling.nl or rest-api.payments.nl
example: https://rest-api.achterelkebetaling.nl/transaction/start/v18
example: https://rest-api.pay.nl/transaction/start/v18
API & Version documentation
We advise to update to the new fully RESTful endpoints based on these API's.
API | Documentation | endpoint | Type | Versions Supported |
---|---|---|---|---|
TGU Processing & merchant management | https://developer.pay.nl including the swagger file / Open API. | rest.#CORE# | RESTful - API | V1.1 - V2.X (beta) |
Single Core Legacy Endpoints | https://docs.pay.nl / API testsuite | rest-api.#CORE# | Legacy API | V12, V13, V14, V15, V16, V17, V18 |
Updated 3 months ago