Skip to content
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

«JCB, Discover, and Diners Club cards can only be charged in USD» #28

Closed
dmitrii-fediuk opened this issue Oct 11, 2017 · 2 comments
Closed
Labels

Comments

@dmitrii-fediuk
Copy link
Member

https://stripe.com/docs/currencies#charge-currencies

@dmitrii-fediuk
Copy link
Member Author

dmitrii-fediuk commented Oct 11, 2017

I tried to charge a test Discover bank card (6011111111111117) in GBP, and it really leads to an error:

{
    "error": {
        "charge": "ch_1BBpYGFzKb8aMux1p59GEgYO",
        "code": "card_declined",
        "decline_code": "card_not_supported",
        "message": "Your card is not supported. Please use a Visa, MasterCard, or American Express card",
        "param": "number",
        "type": "card_error"
    }
}

01

So we need to force the USD payment currency for the JCB, Discover, and Diners Club cards.

@dmitrii-fediuk dmitrii-fediuk added bug and removed update labels Oct 11, 2017
dmitrii-fediuk added a commit to mage2pro/core that referenced this issue Oct 12, 2017
dmitrii-fediuk added a commit that referenced this issue Oct 12, 2017
@dmitrii-fediuk
Copy link
Member Author

Fixed in 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant