#Mio-customer
1 messages · Page 1 of 1 (latest)
req_jx6tiGGGYe45dE
I can confirm the card network responded with the error message "An error occurred while processing your card. Try again in a little bit"
hmm
I am looking closer on this. Bear with me..
thanks!!
there are another request on the other timing.
here is the request id. hope this will help
req_WghCQ694x6iGJV
Yes I saw that
Does this happen with this customer specifically or other customers too?
we only got an inquery from this customer. im checking on the service log
we have same costomer but tried different days
here is the request id
req_xEAtBHGLGTvZ9X
req_C5Jyhbr2yakeWi
but so far in the log, this customer is the only one having this error code.
Ah I maybe found the reason
The card network tells us this card is not usable
I think it might be because this customer (from Japan) is using a prepaid card
Yes they are using a prepaid card. Not sure if it's the issue with that specific card or any prepaid card, but you can just tell them to try another different card
i see so the prepaid card is not supported in the stripe?
That's I am not sure and Support team would know better than me
sorry
So Stripe does support prepaid card, but there is still the card issuer, behind the card network can decline the transaction
And it depends on each issuers bank, for example this Customer bank don't allow oversea prepaid card usage
(just assumption)
But it's really depends on each card issuer. Best course of action for you as a merchant, is tell the Customer to contact their bank, and they(the bank) would be able to answer them(the Customer)
Hope that makes sense!
thanks yap all clear!!
one more question though. it seems like the payment method object is created but failed on customer object creation. what kind of check is going to occur for each?
i thought the payment method object creation would handle the card validation checking or the charging period would handle the card transaction validation
Hi @sacred panther I'm taking over this thread. Can you share with me the request ID of the failed customer object creation?
hi Jack!! all the requestIds are in this thread!
req_xEAtBHGLGTvZ9X
req_C5Jyhbr2yakeWi
req_jx6tiGGGYe45dE
req_WghCQ694x6iGJV
My colleague orakaro already provided the answer. These request failed because you are attaching a payment_method during customer creation, and the card network declines theses payment_methods.
Stripe performs card validation when you attach a card payment method to a customer
i see!! got his thanks