In this new version, we've released local ECR. This feature allows you to start payment using TCP messages on your local network. This allows for an alternative to the Cloud ECR solution we already provide.
Added a new keycustomerMethod to every Payment object in an order. When available, this object will contain a key type which specified the used method. The second key, data will contain specific data for that method. We currently have 2 types, iban and card:
Updated several polish translations on the checkout screen.
Giftcards: Added support for non-numeric PIN entry.
Giftcards: Fixed a bug preventing customers to be redirected to the giftcard input screen when an order was started with payment method giftcard. Customers were redirected to the payment method selection screen in stead.
Giftcards: Payments requiring input will now have an expire time of 30 minutes. They previously had no expire time, causing abandoned orders to linger for longer than needed.
These new API's are in pilot phase, please contact your contact person within Pay if you want more information or if you want to join the pilot phase.
We have released new API's to manage look & feel templates (layouts). If you have the appropriate rights you can add one or more look & feel templates (layouts) in your merchant account. With these look and feel setting you can customize our hosted payment page so that it shows the page with your logo and your colors.
We have created the following endpoints:
Layout:Create; Create a new layout. With this layout you can change e.g. the layout of our hosted payment page;
Layout:Files; Add files e.g. a logo or a background image to the layout you have created;
Layout:Update; Update the basic settings of a layout;
Layout:Get and Layouts:Browse; Get a list of layouts or get the basic information of a layout. For all details of a layout use the Layout:Info endpoint;
Layout:Info; Get the details (also a base64 representation of all uploaded files) from a specific layout;
Service:GetAvailablePaymentsMethods; Get an overview of available payment methods for the merchant/service, including their boarding status for a service;
Service:UpdateSettings; Update advanced settings on service, e.g. configure your verify settings or configure your exchanges
For selected Merchant, it is now possible to integrate the PAY.POS app into your own app, using the SDK! The PAY.POS SDK makes it possible to accept and process payment card on your iPhone or Android (softpos only).
Documentation and examples regarding the SDK can be found on the PayNL Github.
If you want to get started, please contact PayNL support to get your integrationId!
PAY.POS Local ECR
Starting on PAY.POS version 1.1.18, it is possible to use local ECR. This allows PAY.POS to accept payment requests on the local network using the TCP/UDP procotols.
This feature comes with a new screen: The Order presentation screen. Instead of using TRANSACTION_START via Local ECR, you can show the description & products to the customer live via ORDER_CREATE. When all the products have been registered, and the customer wants to pay, you can transform your order into a transaction and the full order object is sent to the PayNL processing.
Documentation and examples regarding the SDK can be found on the PayNL Github.
Transaction:Browse; returns a list of transactions. This endpoints supports various filters to narrow search for transactions
Transaction:Find; if you want to search a specific transactions. You can provide a needle. The API returns the transactions that match the needle string, which is applied to various fields such as the transation description, amount, date etc.
📘
These new endpoints are in pilot phase, please contact your contact person within Pay if you want more information.
Smaller improvements:
We noticed that some API's that supported pagination where not returning a pagesobject. That has been fixed. All API's that support pagination are now returning a pages object which returns the number of pages in the complete resultset.
In the Terminals:Get and Terminals:Browse endpoints we now return "connectionStatus": "UNKNOWN" if we don't know the connectionStatus.
settlementDate; filter your settlements on a date. You can use the equals (eq), greater then (gt), greater then or equals (gte), less then (lt) or less then or equal (lte) operators.
turnoverGroup; filter your settlements on a certain turnovergroup. You can use the equals (eq) or not equals to (neq) operators.
Remove support for the ideal bank selection, this is no longer supported by iDEAL2.0
PayPal: Fixed the order reference not being sent to PayPal as invoice_id in some cases
PayPal: Add a fallback product name to products if the given product name is empty
Fix the rounding down product having a positive amount rather than a negative amount
Pin: Send the locale to the pin provider so the terminal switches to the correct language if supported
Pin: Add the fields incident_code, incident_text, authorization_code, signature and ticketData to the supplierData of a pin payment. See below for a sample:
This field is used to indicate where a transaction takes place. Based on the value of this field, certain payment methods might be enabled or disabled. Possible values are:
ON_THE_MOVE
ECOMMERCE
IN_PERSON
INVOICE
DEBT_COLLECTION
FUNDING
PAYMENT_REQUEST
RECURRING
UNATTENDED
MOTO
PAYOUT
The main use of this feature is the Pin payment method (1927) which is only available when the pointOfInteraction is one of the following values:
IN_PERSON
DEBT_COLLECTION
UNATTENDED
Note: If the payment method is set to pin (1927) when starting an order, the point of interaction is automatically set to IN_PERSON if no specific point of interaction is given.
new_ppt IPN behaviour for authorised/captured flow
If autocapture is enabled, no IPN will be sent when the order is authorised. When autocaptured, a new_ppt IPN will be sent. When autocapture is disabled, the new_ppt will be sent when the order is authorised. When the order is manually captured, a capture IPN is sent. The payload of all these IPN's will still remain the same. This behaviour is updated the match the behaviour of transactions created using the rest.pay.nl and rest-api.pay.nl API's.
Other changes
Giftcard: Added the Purdey Cadeaukaart
Giftcard: Added the Nationale Tuinbon
Giftcard: Added the Huisdieren Cadeaukaart
Pin: Determine the correct TRM and secure status for pin transactions.
Update the amount input in the Donation/Payment screen to allow for decimal values on mobile devices
Fix an error where the Donation/Payment screen would allow lower amounts than the minimal amount.
Pass the customer locale to the ECR pin server if available to start the transaction in the correct language.
PayPal: The order will now also get the status Declined if PayPal denies the capture of an authorised payment.