added

Updates for May, 2025

There have been some updates on Yuno. Please check the updates below.

  • Subscription billing date

Subscription billing date

We've added a new capability to the Subscription feature called Billing date. By specifying the billing_date object, the merchant can define the logic behind the exact date for the billing of the subscription. Mutually exclusive with the frequency object.

FieldTypeDescription
billing_datestructThe billing date struct
typenumberThe type of billing_date the subscription will have in time. PREPAID, POSTDATE, DAY. If not set, the creation date for the plan will be set by default.
daynumberThe day of the month to charge the subscription if the type is set to DAY. Always 1 by default.

For more information, please refer to the subscriptions documentation in the guides section.