#Shivam Kumar

1 messages · Page 1 of 1 (latest)

hoary stratusBOT
glacial crypt
#

What is your value of clientSecret? It's likely that clientSecret is incorrect

slender vapor
#

I am adding a ACH bank manually. I think while we click on submit button we got clientSecret, am i right?

glacial crypt
hoary stratusBOT
slender vapor
#

ok i fix this issue

abstract frigate
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

slender vapor
#

can you tell me what is after payment intent created, SetupIntent status: requires_action

abstract frigate
slender vapor
#

ok my mistake setupIntent.

abstract frigate
#

How are you integrating SetupIntent?

slender vapor
#

i am adding a ACH bank manually for future payment.

slender vapor
#

is stripe provide ui for microdeposits verification ?

abstract frigate
#

Yes, you can use the Stripe-hosted verification page. To do this, use the verify_with_microdeposits[hosted_verification_url] URL in the next_action object to direct your customer to complete the verification process:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-verify-with-microdeposits:~:text=Use the Stripe,the verification process.
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-next_action-verify_with_microdeposits-hosted_verification_url

slender vapor
#

$stripe_bank_accounts = $stripe->customers->allPaymentMethods(
auth()->user()->stripe_customer_id,
['type' => 'us_bank_account']
);
i fetch all customer banks like this but i am not getting any status bank is verified or not.

hoary stratusBOT
glass atlas
#

There's no such field on the PM object. The existence of the PM object is indication that it was verified, otherwise it wouldn't have been created in payment flow

slender vapor
#

how stripe show payment method is verified?

glass atlas
#

As I said, it's inferred. If the verification flow during the payment/setup fails, the PM object wouldn't be created