Capture a Payment
POST https://api.razorpay.com/v1/payments/{pay_id}/capture
Change the status of payment from authorized
to captured
using this API.
Know more about the Capture a Payment API.
Request Body
{"amount"=>1000, "currency"=>"INR"}
POST https://api.razorpay.com/v1/payments/{pay_id}/capture
Change the status of payment from authorized
to captured
using this API.
Know more about the Capture a Payment API.
{"amount"=>1000, "currency"=>"INR"}