Skip to main content
POST
Verify Razorpay Order Payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environment
enum<string>
required

Payment provider environment.

Available options:
test,
live

Body

application/json
orderId
string
required
Minimum string length: 1
Example:

"order_123"

paymentId
string
required
Minimum string length: 1
Example:

"pay_123"

signature
string
required
Minimum string length: 1

Response

Razorpay order payment verified

verified
boolean
required
order
object
required