You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Date: 

User interface for managing Vipps partner keys

(RTP-20051)

The added UI makes it possible to add, delete and update stores (with different Serial Numbers) in the Vipps merchant.

Support Vipps partner keys

(RTP-19802)

PaymentService does now support Vipps partner keys.
In total 6 parameters, where Vipps_Merchant_SN is store uniqe and the other 5 will be shared across all stores.

Controller for payment provider refund callbacks

(RTP-19737)

When payment status changes at payment provider side, they make a callback to PaymentService.
PaymentService has a notification controller for this. This does not apply for refunds.
Refunds callback notification needs an controller, and it's now implemented.

Import of stores from StoreService

(RTP-18673)

Added a new StoreImportJob to import new stores and store updates from StoreService to PaymentService database. 

MobilePay solution

(RTF-990)

A new payment provider has been added to PaymentService - MobilePay. Both payment and refund are supported.


Date: 

Coopay offline support

(RTP-17488)

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.

Export coopay backup solution transactions to excel

(RTP-17476)

The recorded transaction from coopay backup solution can now be exported to Excel.
This is tested to handle 100.000 requests.

Grid of coopay backup solution transactions

(RTP-17475)

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. 

Coopay refund

(RTP-4473)

Refund support for Coopay
It is now possible to refund a payment created with Coopay payment provider

Coopay ScanAndPay mode added

(RTF-1238)

Added new Coopay mode "ScanAndPay", that indicates payment created in a Scan and Pay environment.

Payment with Klarna

(RTP-4470)

Klarna payment provider has been added. It allows to do and capture a payment. Refund can also be performed.

Health Check for PaymentService

(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





Date: 

Improvement with auto scaling support

(RTP-15543)

PaymentService does not work well in an load balanced environment, and is now improved with auto scaling support.

  • No labels