Release notes have been moved to PaymentService release notes in egretail.cloud |
Payment Service Management has been upgraded to Angular 16 framework version.
Payment Service Management has been upgraded to Angular 16 framework version.
Payment service is integrated with ePay payment provider. It uses generic payment input to send data needed to complete the payment.
When paying with Svea payment provider, discount is properly calculated.
The amount set on the item after adding a new discount is rounded properly and sent to Svea.
Payments and refunds using Walley as the payment provider is supported.
Support for refunding items one at a time is added in /api/refunds.
There is a new payment provider for Vipps/MobilePay - VippsMobilePay. Both payments and refunds are supported.
When sending payment information to Svea, the following information can now be included in POST /payments
Support to create payments, captures and refunds for Adyen payment platform is added to Payment Service. To confirm the payment, it is also possible to see it in the Adyen UI logs or transactions.
When performing a refund, PaymentService does a "lookup" to find the original payment and update fields required for Svea refund.
User interface for Adyen terminal configuration has been added to the PaymentService Manangement.
There is a QR code that allows automatic payment in Coopay backup solution. It allows to skip confirming a payment manually. After Coopay QR code is scanned, it is possible to scan another code that will capture and confirm the payment.
.netcore3.1 has been upgraded to .net 6 and the deprecated packages were updated.
Payment and refunds using Svea as the payment provider is supported.
Regarding refunds: Currently, Svea does not support "idempotency key". This means that we will not know if the refund was processed successfully at Svea in case the request times out/fails. The danger here is that there will be cases where the refund was, in fact, not processed correctly and we won't find out about it until a customer comes back to us with feedback.
It is now possible to import stores from Excel file to the MobilePay merchant in Payment Service Management UI.
Implementation of Mobile Pay payment provider has been changed, so it can pass certification process.
(RTF-990)
A new payment provider has been added to the payment service - MobilePay. Both payment and refund are supported.
When setting store MSN in the Vipps merchant, the "Set Store" dropdown menu is now in focus.
The new user interface makes it possible to add, delete and update stores (with different Serial Numbers) in the Vipps merchant.
In total 6 parameters, where Vipps_Merchant_SN is store unique and the other 5 will be shared across all stores.
When payment status changes at payment provider side, they make a callback to PaymentService.
PaymentService has a notification controller for this, but was not supported for refunds, and that is now supported.
A new import is created to import stores, new stores and store updated from StoreService to PaymentService.
This new feature allows customers using StoreService as store master to import all stores to PaymentService.
In PaymentService Integration Platform there is now a new job called StoreImportJob, that populates data from StoreService into PaymentService database.
(RTF-990)
MobilePay has been added as a new payment provider in PaymentService.
The addition supports payment and refund.
New integration package has been added. It allows to complete a payment by push notification being sent to the mobile app as scheduled.
If a payment is captured, its status is updated in Coopay backup solution. Completed payments are removed from the grid after 30 days.
If a payment is not captured, it will be set to expired after 21 days, and then deleted from the grid after 90 days.
The recorded transaction from Coopay backup solution can now be exported to Excel.
This is tested to handle 100.000 requests.
Grid for Coopay backup solution was added to the PaymentServiceManagement.
By default, data is sorted by transaction date, showing the most recent at the top and rows with paid status are hidden.
Columns can be rearranged and filters can be applied to any of them.
(RTP-4473)
It is now possible to refund a payment created with Coopay payment provider
(RTF-1238)
Added new Coopay mode "ScanAndPay", that indicates payment created in a Scan and Pay environment.
(RTP-4470)
Klarna payment provider has been added. It allows to do and capture a payment. Refund can also be performed.
(RTP-4421)
Health Check is added for PaymentService and PaymentService Management to mitigate service unavailability
Status can be checked in Swagger under Health check
Test:
https://paymentservice.egretail-test.cloud/index.html
Production:
https://paymentservice.egretail.cloud/index.html
PaymentService does not work well in an load balanced environment, and is now improved with auto scaling support.