curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/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>"
}'
This response does not have an example.
Process UPI payment endpoint
curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/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>"
}'
This response does not have an example.