#charlie_qwc
1 messages · Page 1 of 1 (latest)
Is it an one-time or recurring shipping payment?
it would need to be recurring I think. -we publish a magazine that readers would need to pay shipping on as long as they are subscribed
In this case, you can then add shipping as additional items into the subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-items
so essentially just create a product called 'shipping'?
I can see that would work, but what if I needed multiple options like the usual shipping rates functionality?
You can have multiple prices or a pricing model that meets your need in a product: https://stripe.com/docs/products-prices/pricing-models