#panta82_39105
1 messages ยท Page 1 of 1 (latest)
for reference, here's what I see in UI
๐ happy to help
And this is the data I get via API:
{
customer_update: {
allowed_updates: [ 'name', 'email', 'address', 'phone', 'tax_id' ],
enabled: true
},
invoice_history: { enabled: true },
payment_method_update: { enabled: true },
subscription_cancel: {
cancellation_reason: { enabled: true, options: [Array] },
enabled: true,
mode: 'at_period_end',
proration_behavior: 'none'
},
subscription_pause: { enabled: false },
subscription_update: {
default_allowed_updates: [ 'quantity', 'promotion_code' ],
enabled: true,
proration_behavior: 'always_invoice'
}
}
Is this just somewhere else that I don't see?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@olive cedar and how do I specify min/max quantity?
but we don't have the minimum feature with the API
ah. so I can't get it in any way?
not using the API