#paulpayen

1 messages ยท Page 1 of 1 (latest)

ancient carbonBOT
fervent creek
glacial river
#

hey

#

thanks

#

what do you mean by BETA?

#

is it fully working in prod ?

#

I think this is not solving; The checkout solution you propose is for the first payment.

fervent creek
glacial river
#

Here I am talking about the recuring payment of my subscription

#

Every month the amount should change because the currency rate will change.

#

Also I see that we are not using Stripe Checkout at all; We are using only API integration.

fervent creek
#

Ah, AFAIK, there is no such a feature for the recurring payments

#

but that's will be handled by bank conversions

glacial river
#

hum...

#

but my custmer will pay fees for currency conversion

fervent creek
#

Yeah there is that also

glacial river
#

?

#

So, no solutions ?

real aurora
glacial river
#

with "checkout", in case of subscriptions, will the amount in the local currency change every month ?

real aurora
#

Correct, the beta supports converting 10 USD to a handful of other currencies dependent on your customer location. But its in beta, so you should use the link my colleague shared

glacial river
#

But I guess, the Checkout use a subcription method that I can also use with the API ?

real aurora
#

You can create subscriptions with Checkout via mode: 'subscription', yep. It uses the same Products/Prices you'd model in your Dashboard

#

You create the Checkout Sessions via the API

glacial river
#

OK ; Once session is created , What Should I do with it ? How to create payment Intent with it ?

real aurora
#

No need to create a Payment Intent - Checkout handles that when required

glacial river
#

??

#

This is redirect the user to a Stripe page for payment ?

#

we need a seamless integration.

#

We never redirect users to another website; we always do forms with "Stripe Elements" in our own websites.