Create Payables payments using REST API - Payment number issue
Summary:
Hi Team,
We can create manual payment using below rest end point, but in API we need to pass the payment number as mandatory parameter, for this purpose we are using CM bank accounts API's to get the LastIssuedDocumentNumber as payment number, and passing that value in API and it works fine. But now if third party try to call the payment creation API for multiple records at same point of time, they get the same payment number (as part of bank account GET API), that's causing error in creating payments and there are daily few records which goes into error.
0