Skip to main content
POST
Create a recurring payment

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Body

amount
integer<int32>
startDate
string<date>
intervalValue
integer<int32>
intervalUnit
object
phoneNumber
string | null
registrationUserId
string<uuid> | null
companyId
string<uuid> | null
companyReferenceId
string | null

Response

OK

paymentPlanId
string<uuid>
Last modified on June 2, 2026