#dishant0144_32519

1 messages ยท Page 1 of 1 (latest)

tight pagodaBOT
ember jacinth
sturdy rune
#

I am using stripe's payment element to take payments

ember jacinth
#

Ok so you are following the guide I'm sharing with you?

sturdy rune
#

Yes I am using PaymentIntent API as well

#

and stripe js to confirm payment

ember jacinth
#

In the guide I'm sharing with you it has no manual mandate.

#

What step you want to change exactly from that guide ?

sturdy rune
#

I am asking where stripe's payment element shows option to choose manual mandate while doing ACH

#

Please refer Attached

#

Can I hide/disable Enter bank details manually instead (takes 1-2 business days)?

ember jacinth
#

Ah thanks for sharing that screenshot, that clarifies the issue better

#

now there is no option to remove that

sturdy rune
#

Okay
Thanks for the confirmation on that

#

And .confirmPayment validate the ACH payment?
for e.g if ACH payment made but the account have not sufficient balance, How can I validate that in element itself?

#

I tried but stripe.confirmPayment is not givng me error

ember jacinth
#

Can you please follow that guide step by step and see if you are facing an issue when confirming the payment ?

sturdy rune
#

Yes, this is my code it, as you can see I am checking for card errors and in else there is generic message I bind but in ACH it is not showing any error message
It will rdirect to return URL

#

How can I solve this?

ember jacinth
#

Can you share the failure payment_intent Id ?

sturdy rune
#

sure

#

pi_3OgOSjKo71sfOhmE05GkMnUV

#

this payment is failed still after payment it returned to confirm return URL

ember jacinth
#

I don't see a failure for that payment_intent

#

after confirming the payment intent it wont into processing state

#

what payment method are you using in your test ?

sturdy rune
ember jacinth
#

How did you collected that payment method ?

#

using POST /v1/payment_methods directly?

sturdy rune
ember jacinth
#

You are using a payment method that is expected to be decline

#

use this payment method instead in your test:
pm_usBankAccount_success

sturdy rune
#

by doing element.submit()

ember jacinth
#

The one ending with 1116 is a failure one The payment fails because no account is found.

sturdy rune
ember jacinth
#

No

#

ACH are async payment

#

you need to listen to webhook

#

What you can do in order to do instant verification with element, you can use micro deposit

sturdy rune
#

Okay, got it!
I am also integrating Google & Apple pay button can you help me out with that also, what are the requirments for both and other stuff?

ember jacinth
#

Bit of a broad question! Is there a specific use case you're trying to account for?

#

How do you want accept Google/Apple pay? using the Same Element for ACH ?

sturdy rune
#

Yes

#

In a single element I want to accept card, ACH, Google & Apple pay

ember jacinth
#

And in order to test your integration you need to have a valid card in your wallet (even in test mode)

sturdy rune
#

okay
Any other requirement?

#

I am asking because I need to inform my client the same !๐Ÿ™‚

willow barn
#

hi! I'm taking over this thread.

#

requirements for what? Google/Apple Pay?

sturdy rune
#

Yes
And if any for ACH then as well

willow barn
#

are you are using Payment Element ot accept payments?

sturdy rune
#

element

willow barn
sturdy rune
#

okay
and is there any for ACH?

willow barn
#

but I recommend doing some tests in test mode ot make sure everything works as expected

sturdy rune
#

yes for USD I tried it is working

#

and it will credit the money in connected account's bank directly?

willow barn
#

it depends on your Stripe implementation

sturdy rune
#

Means?

#

Can you please explain?

willow barn
#

it depends on the code you wrote

sturdy rune
#

Okay
So in that case I am calling PaymentIntent API to make payment

#

so what could be the possiblity?

willow barn
#

can you share an example PaymentIntent ID you created (pi_xxx)?

sturdy rune
#

you can refer last which I passed but it is with ACH payment method not apple/google pay

#

Is that works or you want any success payment's intent id?

willow barn
#

this one? pi_3OgOSjKo71sfOhmE05GkMnUV

#

this is a Direct Charge, so yes the fund will go directly to the connected account

sturdy rune
#

okay great

#

Thank you so much for the help

#

๐Ÿ™‚

willow barn
#

happy to help ๐Ÿ™‚