Skip to main content
POST
Create Recurring Schedule

Authorizations

Authorization
string
header
required

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

Body

application/json
customerId
string
required
paymentID
string
required
amount
number
required
currency
string
required
frequency
enum<string>
required
Available options:
daily,
weekly,
monthly,
yearly
interval
integer
startDate
string<date-time>
endDate
string<date-time>
maxBillings
integer
description
string
metadata
object

Response

Recurring schedule created successfully

statusCode
integer
Example:

201

success
boolean
Example:

true

message
string
Example:

"Recurring schedule created successfully"

data
object