added
Updates for May, 2025
3 days ago by Nico Mana
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.
Field | Type | Description |
---|---|---|
billing_date | struct | The billing date struct |
type | number | The 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. |
day | number | The 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.