Skip to main content
POST
Verify Razorpay Subscription Authorization

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
subscriptionId
string
required
Minimum string length: 1
Example:

"sub_123"

paymentId
string
required
Minimum string length: 1
Example:

"pay_123"

signature
string
required
Minimum string length: 1

Response

Razorpay subscription authorization verified

verified
boolean
required
subscription
object
required