These docs are for v1.0. Click to read the latest docs for v3.

Initiate Checkout API

Redirect on recurpay checkout along with the subscription products.

Request Params

URL Parameters

Type

Description

line_items

object

Array of objects containing line item data. Eg: [

{
 quantity: item.quantity,
 variant\_id: item.id,
 properties: lineProperty,
 plan\_id: Planid,
 type: 'SUBSCRIPTION',
 currency:'INR'
}

]

customer_id

text

If customer logged in pass customer id or pass it as "guest"

note_attributes

object

Additional cart attributes in key value pair or keep it blank []

note

text

Additional note which can be passed as an order note.

coupon

object

Prefills coupon code on recurpay checkout

{
	code: 'FLAT10'
}

Language
Click Try It! to start a request and see the response here!