-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add India to the list of countries supported by Stripe #1606
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, simple enough 😄
There are currently 7 Stripe India accounts connected to Liberapay accounts, however the only payment attempt so far has failed with the error message “This account isn't enabled to make cross border transactions. You can enable your account at https://dashboard.stripe.com/account/international”. |
New error message:
So, we need to modify the payment form to require a postal address when the destination is an Indian Stripe account. |
I've just seen another error message:
|
Hey folks. Has there been any payment attempt to an Indian Stripe account that went through successfully? |
@Vonter No. (I still haven't modified the payment form to require a postal address when the destination is an Indian Stripe account.) |
Collecting postal addresses (#2093) hasn't solved the problem. The latest errors are:
|
It looks like Stripe is now available in India, however according to https://stripe.com/global it's still a "Preview". It would be nice to have confirmation, either from Stripe or from someone in India, that Stripe is indeed operational in that country, before merging this.