Added
GMS: Release notes 19-05-2026
7 days ago by Tom Bossink
In the last few weeks we have released several new API's and improved existing API's;
- We introduced a new sub-domain for GMS api's;
gms.pay.nlnext torest.pay.nl. More information regarding our platform setup can be found here; - We have added the following Reporting & Insights API's:
- Balance:Deposit; add funds to your balance
- Balance:Withdraw: withdraw funds from your balance which will be settled in a next settlement
- Balance:Year; gives an end of the year overview
- Balance:Date; gives the balance and costs on a specified date
- Clearing:Download; returns a PDF of a specific clearing
- Idin:Browse: returns all iDIN transactions executed. iDIN is a service of the Dutch banks which you can use to identify your customers.
- We have added the following Merchant Management API's;
- AuthenticationTokens; all CRUD API's to perform management on your API tokens
- AuthorisationGroups; all CRUD API's to perform management on your custom authorisation groups.
- In the Merchant:Create we have added an establishmentLegalRegistrationNumber and in the Service:Create a legalRegistrationNumber. This can be a legal registration number of your establishment / location. You have the flexibility to provide one if you create the merchant which will be used for all your service locations. If you want you can also supply separate legal registration numbers for each service location in the Service:Create. This is going to be a requirement for Visa/Mastercard for merchants located in France where the SIRET number is going to be mandatory to provide to the schemes. More information will follow.
- Added more settings in the Service:EnablePaymentMethod API to set settings for specific payment methods;
- for iDEAL; you can set the
idealWeroRSMEnabledsetting to route iDEAL traffic to Wero - for Wero; you can set the
weroTransactionFlowand theweroAutoCapturesetting
- for iDEAL; you can set the
- The Transaction:Info API now returns the billingLineId in the paymentMethod object which contains the billingLineTypeId of the actual transaction. E.g. a Visa creditcard transactions can be be billed under different ID's; e.g. Visa Domestic Consumer credit or Visa EU Consumer credit. The complete list of applicable BillingLineTypes can be retrieved here.