#LuisEgusquiza
1 messages · Page 1 of 1 (latest)
@umbral sun Can you share the request ID (req_xxx) that you see the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
As mentioned in the doc https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API:
Integrations only pass in the descriptor_code or amounts
In https://dashboard.stripe.com/test/logs/req_KWe72RQFpItKF5, both descriptor_code AND amounts were set. It can only be one of them
In other words, should I only send one of them, either the amount or the descriptor_code? i just did it but now i get another error.
Yup! It can only be one of amount or descriptor_code.
This error is expected. Since the microdeposit failed in https://dashboard.stripe.com/test/logs/req_jCmyov7N0TcXuL, the status changed from requires_action to requires_payment_method for customer to submit new payment method
I understand, thank you very much for your help, now it's more clear to me. thank you so much