Skip to main content

CreateBillingAgreementRequest

billingPlanIduuidrequired

Identifier for the associated billing plan.

subscriptionIduuidrequired

Identifier for the related subscription. Subscription must be in ACTIVE state.

Example: null
referencestringnullable

Optional reference string.

Example: agreement-1
nextChargeAtdatenullable

Date of the next scheduled charge. If none is given, the current date and interval from the plan is used to calculate the next charge date.

Example: 2030-07-29
CreateBillingAgreementRequest
{
"billingPlanId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subscriptionId": null,
"reference": "agreement-1",
"nextChargeAt": "2030-07-29"
}