cURL
curl --request POST \ --url https://apay.caibo.digital/payments/upi/{id} \ --header 'Content-Type: application/json-patch+json' \ --data ' { "upiId": "<string>", "name": "<string>", "email": "jsmith@example.com", "phoneNumber": "<string>", "address": "<string>", "city": "<string>", "state": "<string>", "postalCode": "<string>", "country": "<string>", "is3ds": true, "isSandbox": true, "ipAddress": "<string>" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Process UPI payment endpoint
Documentation IndexFetch the complete documentation index at: https://docs.caibo.digital/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.caibo.digital/llms.txt
Use this file to discover all available pages before exploring further.
1
100
10 - 14
^\d+$
50
10
2
OK