Request UPI Payment

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

Important Links

 View API Doc


Request Body Example

{
    "@entity": "in.co.sandbox.bank.payment",
    "payer": {
        "@entity": "in.co.sandbox.bank.payer",
        "bank_account": {
            "upi_id": "henilshah28102@oksbi"
        }
    },
    "amount": 1,
    "payment_details": {
        "@entity": "in.co.sandbox.bank.payment_details",
        "description": "testing"
    }
}
Language
Click Try It! to start a request and see the response here!