#jejo
1 messages · Page 1 of 1 (latest)
Hi, Alex! No. I'm just charging for cost. Depending on their area code I'll charge more or less.
this is a logic which you're going have to implement yourself, we don't currently have such a feature
Really? So I can't make the price change? So if the product that costs 160 AUD in my Stripe, I won't be able to say add 10 AUD depending on their area code on checkout? 😦
you can, but you have to implement the logic in your own code
Can you please give me an example on how can I programatically change price? >_<
you can update the PaymentIntent amount : https://stripe.com/docs/api/payment_intents/update#update_payment_intent-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'll take a look at it.. Thank you so much!
you're welcome!