Request UPI Payment

API to send UPI payment requests on the given UPI ID.


Important Links

Run in Postman  API Guide  Free Trial  


Request Body Example

{
  "@entity": "payment",
  "payer": {
    "@entity": "payer",
    "name": "John Doe",
    "upi_id": "jon*******@upi"
  },
  "payment_details": {
    "@entity": "payment_details",
    "description": "Payment Request For Order 12345678 ",
    "notes": {}
  },
  "amount": 600
}

📘

The description in Tax Payment entity should only contain alphanumeric string

Language
Click Try It! to start a request and see the response here!