#ROTTEN_MIND666
1 messages · Page 1 of 1 (latest)
Depends what payment method you're referencing when you say 'pay by bank'? Do you mean Bank Transfers (https://stripe.com/docs/payments/bank-transfers) or different banking rails, like SEPA?
Ty so much its resolved
another question if it is possible, to modify a price object I archive the old one and create a new one, how can I manage this with a recurring price for which a customer has already subscribed?
how can I manage this with a recurring price for which a customer has already subscribed?
What do you mean exactly by this?
If i archive the price object of the subscription what happen if a customer has a subscription already active whit this archived price?
Archiving a Price won't impact any existing Subscriptions using it. They'll still continue
Exists an API method that let me modify that subscription price?
And also how can i modify amount of a price active with API?
No, you'd need to create a new Price and update the Subscription: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
No they're immutable once used