#Chiko-AddressValidation
1 messages · Page 1 of 1 (latest)
In logs of Stripe. I do the nexts steps: 1. Creating customer (WORKS). 2. Creating subscription (WORKS) and then 3. I call 'confirmCardSetup' and it fails
With this error Address_Validation_Status: Error
OK, can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Or you can send me the paymentintent ID.
ID: req_VyY36LoWhQIsUM
"pending_setup_intent": "seti_1Lc1crGmVCU04B2tQraScd9E"
When I create a subscription I provide the next params: customer, items-> price, 'automatic_tax[enabled]' => true, trial_period_days and expand = pending_setup_intent
Are you using a test card in live mode?
What's the subscription ID?
"id": "sub_1Lc1cqGmVCU04B2tzddUGP8K"
OK, I don't see any confirmation request to confirm the setupIntent. Can you show me the full error message that you get from calling confirmCardSetup ?
I don't know. I didn't see any card confirmation requests coming to this SetupIntent previously.
Ok. For now it's okay. Thanks for your helping
No problem.