#Jani
1 messages · Page 1 of 1 (latest)
which request is this and what error do you have?
You can find the request on your Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Its a POST request to https://api.stripe.com/v1/payment_intents and I'm getting a 402 response code with error message: "The zip code you supplied failed validation."
yes but can you put here the request id?
Oh okay, here it is req_vIHN3VP7IeBZOY
So you created a PI using a source, which in turn created by this request https://dashboard.stripe.com/logs/req_v6JaBBLF4HDOXe
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I believe the reason is the postal code supplied there
I see, We are using Stripe SDK to create the source from GooglePay, so looks like the create source request is coming from there... is there any way we can ensure data validation for request?
Oh I see 🤔 it probably coming from the customer's setting in their GooglePay Wallet
You would need to ask the customer retry a different card with a correct zipcode
hmm but that looks like a normal code.
Could you please write into Support and have them check why this Charge has been flagged as wrong zip_code?