Date:
User interface for managing Vipps partner keys
The added UI makes it possible to add, delete and update stores (with different Serial Numbers) in the Vipps merchant.
Support Vipps partner keys
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
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
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
...
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
...