Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://134.209.118.139:3002/finance/payments \ --header 'x-access-token: <api-key>'
[ { "paymentid": 123, "customerid": 123, "amount": 123, "reference": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ]
JWT token obtained from POST /api/auth/signin
POST /api/auth/signin
Payment list
PENDING
SUCCESS
FAILED