Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Payer Maintenance
Payer Maintenance API will be used to import payers from external systems like Cash management or any master system. Payers are customers of the corporate.
This new API contains 5 endpoints:
- POST /payers: Create Payer
- GET /payers: Get list of payers
- GET /payers/{payerId}: Get payer details
- PUT /payers/{payerId}: Modify Payer
- POST /payers/{payerId}/decision: Enable/Disable Payer
More documentation here.