#brookflok_adaptive-pricing-checkout
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- brookflok_bank-transfers, 4 days ago, 21 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1238580891706458293
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I have describe the problem
The entire app is in USD, but the customers are world wide
maybe this will also help
Hi, Bank Transfers only supported the currencies related to the country of the Bank Transfer, https://docs.stripe.com/payments/bank-transfers/accept-a-payment. Can you share the request id from this screenshot with me?
It starts with req_
I think it is in the image req_36LqM5s0e3vwQh
Okay I can understand why it is not working, is there a workaround, to still show the price in USD but create the invoice in the currency of the customer
There is not I'm afraid.
Can I create a new product for every subscription, and make it in the currency of the user and then make the bank transfer, but in the frontend show the usd price ?
That seems like a bad user experience and does not sound right to me.
So to use the web app user has to make an account and pay monthly or yearly subsription.
And there is allready credit card and paypal integrated and they are working fine for every country. If someone is from EU it will make the payment in dolars and the VAT will be added in USD to him.
And the Bank Transfer is the feature for the people who don't trust online payment, to make the yearly payment by going to there bank and paying for the subscription.
And because they will get the instructions for there country how to make the payment and in there currency I think it will be okay.
But do you have a better idea?
Because in stripe I would create just the product in there currency of the same price.
For example it would ne 17$ and they would get the invoice for 15,78 EUR
When you specify the Bank Transfer and the currency, the bank is specific to that currency/ country. Are you saying that your US customers have us bank accounts?
I'm not saying anything. I just wish to have my webpage payment simple.
The pricing will be written in USD
and when they come to payment screen
They will be able to chose Wire Transfer
and when they press Complete Order I wish to send them an Invoice
And because the user can be from Croatia i would need to send him an EUR invoice instruction
So he can pay
And to do this I just create the product in EUR and subscribe the customer to that product
It does not look like you're using PaymentElements and if you're handing the payment method type on your server side, I guess that works technically
I recommend that you test this in test mode to ensure that it solves the ask.
I'm creating my design, but I'm using it inside <Elements> Block
Yes I was thinking that, is there maybe a better solution?
Because I will need to create the product for every user or maybe later for every country, because of the bank transfer
the Paypal and Credit Card work on one product without any problems
If you're using PaymentElements, depending on the location of the customer, Bank Transfers would be an option. It is not supported in all countries.
Oh, I was thinking it is working for every country but supported to be used by compained from the list
Because our company is Germany
But as for what you are saying I guess only certain countries are available
Yes, that is correct.
Supported business locations: Europe (SEPA area), UK, JP, MX, US
Supported currencies: eur, gbp, jpy, mxn, usd
Presentment currencies: eur, gbp, jpy, mxn, usd
Payment mode: Yes
Setup mode: No
Subscription mode: No
Thx a lot, this helps me to make the decision easier
Sure!