#ayushi
1 messages · Page 1 of 1 (latest)
Anyone have solution for this issue?
Hello 👋
Not sure I follow the question. What do you mean by solution for this issue? What issue exactly?
trying to get the international payments through the stripe
when someone try to pay in my woocommerce website
this message appear
and the payment doesn't processed
Have you tried talking to Woocommerce about this? Since its their integration, they should know exactly what's going on.
For regulatory reasons, I don't think you can process international payments without above details.
i tried it with the inr payment and it just worked fine.
which means the woocommerce is working fine.
there is surely something from stripe which is not allowing us to collect the USD payments.
We don't know anything about how woocommerce's integration works so we can't comment on if their integration is equipped to handle all kinds of payments. If you're seeing following error
As per Indian regulations, goods export transactions require a billing and a shipping address. More info here: https://stripe.com/docs/india-exports
That means your payment is missing that information which is required for your account to process the payment. Now, if you were building your own integration using our APIs then you'd provide this information as part of API request body.
But since you're using woocommerce, they control most/all of your integration and make API requests on your behalf.
So you should really talk to woocommerce to figure out exactly what needs to be changed.