#channy2823
1 messages · Page 1 of 1 (latest)
Hi there!
I'm not sure I understand your question. Can you try to clarify what you are trying to do?
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#test-microdeposit-amounts-and-descriptor-codes this part shows two verify method in ACH(amount or descriptor code), I want to know which param determine the verify method i use?
What are you using to accept payments? Chekcout Session, Payment element, something else?
Then it is covered here: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-verify-with-microdeposits
Especially the microdeposit_type: "descriptor_code" property
this is my mock response : <com.stripe.model.PaymentIntent$NextAction$VerifyWithMicrodeposits@1783418615 id=> JSON: {
"arrival_date": 1691132400,
"hosted_verification_url": "https://payments.stripe.com/microdeposit/pacs_test_YWNjdF8xOVBxbnVJWndjSUZWTEdyLHBhX25vbmNlX09Oanl1SlZTVTJNSksyMFZTT05Udk94bzVoVkF5ZGM0000HZ5Bb9uo",
"microdeposit_type": "descriptor_code"
}
And what's your question?
for this url, if filled 11AA, it will success, but 3245 failed.
How should I simulate this situation of filling in 3245 and success
seems java api only support "descriptor_code"
no amount param
com.stripe:stripe-java:22.0.0'
we use this version
seems need upgrade
yep, you should upgrade then
but i still not sure which param determines
verify method i use ? "MICRODEPOSIT VALUES"
or "DESCRIPTOR CODE" ?
microdeposit_type in the next_action.
i means if i can set param to use different type
seems next_action object can not be set in paymentIntent