#wizzymotion
1 messages · Page 1 of 1 (latest)
It is possible that their issuing bank blocks the transaction.
Where exactly are you seeing this error?
Bank is not blocking... I'm sure.
It's my own card
my backend returns this when I'm try to create a susbcription.
It might be blocked by the default currency set on the customer
Can you share a request ID?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_E7RMelsz4GgeQl
maybe it's key problem.
I'm migrating from testmode to live.
make sense to you? @covert tundra ?
It doesn't make sense, no.
The error you mentioned in your original message is completely different from the request ID you shared, so no
let me investigate, one more minute please.
what if the Same Credit Card was used by another customer to create a subscription into another Currency?
The default Currency is stored by Card, or by Customer?
by customer
Now I've found the correct request:
req_dYd8ICoxoTThmq
look all my process:
POST /v1/payment_methods
Status
200 OK
ID
req_8ni8jiqICpLtmG
Time
12/13/23, 10:55:09 AM
POST /v1/payment_methods/pm_1OMsu1ChHlHBFg3waT0aT8BK/attach
Status
200 OK
ID
req_yM4gNML3Q3rwQU
Time
12/13/23, 10:55:11 AM
POST /v1/customers/cus_PBEOGYlL6qLk8l
Status
200 OK
ID
req_yQUvfrpqALWFVE
Time
12/13/23, 10:55:12 AM
POST /v1/subscriptions
Status
200 OK
ID
req_YEnST3HmFGAleK
Time
12/13/23, 10:55:13 AM
POST /v1/payment_intents/pi_3OMsu5ChHlHBFg3w1Azu47de/confirm
Status
400 ERR
ID
req_dYd8ICoxoTThmq
Time
12/13/23, 10:55:14 AM
@covert tundra
I have some other Subscriptions in Dolar in this same card (from ChatGPT for example).
So I think it's a Stripe Brasil issue?
Sorry things are running a bit busy, I'm looking and will respond as soon as I can
Supported presentment currencies
Brazil
Stripe users can process charges in the following list of currencies with these exceptions:
You can only charge Brazilian cards in BRL
look what I've found.
looking at the underlying charge for the request you shared above
code: "card_declined", decline_code: "currency_not_supported", doc_url: "https://stripe.com/docs/error-codes/card-declined", message: "Your card is not supported for this currency. You can only charge Brazilian cards in BRL in Brazil.",
It seems to be a specific decline with this card being recongnized as brazilian card and not an international card.
We don't know much about declines on this server unfortunately. Support team are the experts on this. would recommend talking to them via
https://support.stripe.com/?contact=true