#channy2823

1 messages · Page 1 of 1 (latest)

sterile mirageBOT
remote lion
#

Hi there!

#

I'm not sure I understand your question. Can you try to clarify what you are trying to do?

frail cradle
remote lion
#

What are you using to accept payments? Chekcout Session, Payment element, something else?

frail cradle
#

PaymentElement with java api

remote lion
frail cradle
remote lion
#

And what's your question?

frail cradle
#

for this url, if filled 11AA, it will success, but 3245 failed.

#

How should I simulate this situation of filling in 3245 and success

sterile mirageBOT
frail cradle
#

seems java api only support "descriptor_code"

#

no amount param

#

com.stripe:stripe-java:22.0.0'

#

we use this version

#

seems need upgrade

dreamy bolt
#

yep, you should upgrade then

frail cradle
#

but i still not sure which param determines
verify method i use ? "MICRODEPOSIT VALUES"
or "DESCRIPTOR CODE" ?

dreamy bolt
#

microdeposit_type in the next_action.

frail cradle
#

i means if i can set param to use different type

#

seems next_action object can not be set in paymentIntent

dreamy bolt
#

why would you want to control it yourself? it doesn't matter

#

it's Stripe who decides which method to use.

Stripe sends a descriptor_code microdeposit and might fall back to an amount microdeposit if any further issues arise with verifying the bank account

frail cradle
#

i want mock different situation

#

ok i get.