Stream Services are an Open-Source accelerator to connect with Backbase "out-of-the-box" components responsible for orchestrating calls to Banking Services.
With the newer version of Banking services we can no longer use MAX_INTEGER to pull all the payments since the payment-order-service does a check: size < MAX_INTEGER - 1.
The wsecu team introduced pagination to build the payment order pull from DBS.
Checklist
[x] I made sure, I read CONTRIBUTING.md to put right branch prefix as per my need.
Description
With the newer version of Banking services we can no longer use MAX_INTEGER to pull all the payments since the payment-order-service does a check: size < MAX_INTEGER - 1. The wsecu team introduced pagination to build the payment order pull from DBS.
Checklist