One-times
Customers can add on a single item to their purchase, in addition to ongoing subscriptions with one-time products.
Understanding one-time products
This resource allows the creation of one-time product “upsells” onto the Customer resource. Customers are only charged once for a one-time product.
Note:
If a one-time purchase item is added to an address that has an existing queued charge, and the one-time’s
next_charge_scheduled_at date
is equal to thescheduled_at date
on the charge, all items will appear on a single charge and order.
The following table details which scopes are required to read and write the one-times record.
Scope | Description |
---|---|
read_subscriptions | Required to read the one-times resource. |
write_subscriptions | Required to write to one-times resource. |
Updated 5 months ago