Either

POST https://api.razorpay.com/v1/payment_links/

Know how to perform third-party validation for bank accounts/UPI using this API .

Request Body

{"amount"=>1000, "currency"=>"INR", "accept_partial"=>true, "first_min_partial_amount"=>100, "reference_id"=>"#qw427", "description"=>"Payment for policy no #23456", "customer"=>{"name"=>"Gaurav Kumar", "contact"=>"+919000090000", "email"=>"gaurav.kumar@example.com"}, "notify"=>{"sms"=>true, "email"=>true}, "reminder_enable"=>true, "options"=>{"order"=>{"bank_account"=>{"account_number"=>"04300050077634", "name"=>"Gaurav Kumar", "ifsc"=>"KKBK0000430"}}}}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``