#LuisEgusquiza
1 messages · Page 1 of 1 (latest)
All the valid parameters for confirming a payment intent can be seen in the api spec for confirming a payment intent: https://stripe.com/docs/api/payment_intents/confirm
There is no amounts param
Are you looking for this endpoint? https://stripe.com/docs/api/payment_intents/verify_microdeposits
The payment attempt has already been confirmed, what you are asking me for is one more step, which is the microdeposit verification. and i am using this api
So why are you calling the /confirm endpoint?
Look at the request uri
You should call this: https://stripe.com/docs/api/payment_intents/verify_microdeposits
Yes, sorry for my mistake.
I just changed it, now I get this message
"message": "The microdeposit has a type of descriptor_code. To verify the bank account, you must specify the required param: descriptor_code.",
Could you tell me the reason for this please, I will be very grateful and sorry for the inconvenience.
How does the verification code get to the bank account? by email or by a transaction to that account? Could you please provide me with that information.
It's at the above link
Descriptor code: Sends a single micro-deposit to the customer’s bank account with a unique, six-digit descriptor code at the beginning of the company name field (PaymentIntents API only).```
Of course, what I understand is that it arrives as a single deposit with a code in the description. I am validating the bank account to see if said microdeposit has arrived. Give me a moment and I'll confirm please
am checking the account and no code has arrived with a microdeposit.
Check at what time is that code and the microdeposit sent when the payment attempt is confirmed?
Hi 👋
The article my colleague provided points out that these transfers can take 1-2 business days to appear in the customer's bank account
when is it sent? since if it is in the confirmation it should have already arrived, the confirmation was made on 08/02/2023
I am confused. Today is 2/10/2023.
ok sorry, February 8, 2023 the confirmation of the payment attempt was sent. Today we are February 10
Please help by answering if the code is sent at the time of confirmation of the payment attempt. ?
I am reviewing
Thank you very much I will be attentive
I am not seeing this charge as succeeding.
It appears to be stuck in the verification process.
LAST ACTIVITY
PaymentIntent state:
requires_action
According to the documentation, what I have to do is verify the microdeposit by coigo.
But what I want to know is when the code is sent in the microdeposit to the account.
I describe the steps that have been followed.
- create the payment intent
- confirm the payment attempt:
This asks me to verify by microdeposit. - I have tried to verify by microdeposit code but the code has not arrived to the bank account
Well we are still within the 1-2 business days time window for ACH so unfortunately you can still be waiting until the end of the day today
perfect thank you very much, we will be attentive
If you have other questions feel free to come back and we will be happy to look with you