ACH Direct Debit with Instant Verifications

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

Комментарии • 21

  • @StripeDev
    @StripeDev  Год назад +1

    Hello Vipin-if you don't want to use Checkout, there is more info about using Payment Element starting around 6:30 on the video. The difference is you would need to set "automatic_payment_methods" to "true".

  • @matfoster5938
    @matfoster5938 2 года назад +2

    Thanks for this guide! However, this guide is missing the very important step of collecting a Mandate from the customers. Per the Stripe documentation, "You must collect a mandate from the customer that authorizes payments under specific terms". Why was this not mentioned in this guide? Can you create a guide on the different ways of collecting the mandate?
    Per my testing, it's pretty unclear where in the flow does the mandate need to go and I haven't been prevented from making ACH Debit transactions without a single mandate instance.

  • @Rohitkumar-jn9br
    @Rohitkumar-jn9br 6 месяцев назад

    where to get bank details in live mode in test mode showing test bank list

  • @johnwu8764
    @johnwu8764 Год назад

    How can the user be assured that the pop up window is from stripe before entering bank login credentials?

  • @abhilashreddy6899
    @abhilashreddy6899 2 года назад +1

    Can u upload a video showing how to accept ach direct debit payment for subscription mode in Stripe checkout sessions

    • @StripeDev
      @StripeDev  2 года назад +1

      Hey there-we have a video explaining how to accept payments with SEPA Direct Debit with Stripe Checkout: ruclips.net/video/ekU_4WkeD9A/видео.html

  • @SuriyaGandhi-ng7jn
    @SuriyaGandhi-ng7jn 5 месяцев назад

    Can we verify only account using stripe?

  • @Vipinyadav-qk5wv
    @Vipinyadav-qk5wv Год назад

    How can we verify instant without using checkout form only from server side

  • @nandonando4421
    @nandonando4421 8 месяцев назад

    We already checkout.session.completed to process cards. At the moment, it's really simple of if the checkout.session.completed hook is received that is an indication that we can "deliver" to the customer. We want to add ACH. but now since checkout.session.completed will ALSO be returned by the first stages of ACH, how do I determined if the checkout.session.completed is coming from a credit card payment on an ASYNC pay attempt, in which case we can't just deliver yet and must now wait for checkout.session.async_payment_succeeded ??? Thanks! I feel that it would really be helpful to have a video that does in depth into the webhooks.

  •  2 года назад +1

    No more Plaid so??

  • @afrazsheikh9822
    @afrazsheikh9822 8 месяцев назад

    Can anyone help me for I want to send funds to bank account how can I achieve this?

  • @emmanuellecadimas7972
    @emmanuellecadimas7972 11 месяцев назад

    Can I use ACH direct debit to automatically charge client on their subscription?

    • @StripeDev
      @StripeDev  11 месяцев назад

      Certainly! For more detailed guidance on setting up ACH Direct Debit with Stripe subscriptions, you can check out this page which takes you through the setup process: stripe.com/docs/billing/subscriptions/ach-debit.

  • @shaun_global
    @shaun_global Год назад

    Hi, how we can use a stripe on the WordPress website as a payment button for an accounting firm using invoice base payment through credit card and ACH payments both. would appreciate your response.

    • @StripeDev
      @StripeDev  Год назад

      Hi Shaun-it sounds like you might want to reach out to us over email so we can help with the specifics of the integration you'd require: support.stripe.com/contact.

  • @barryneal8991
    @barryneal8991 Год назад

    Need help Please. Trying to verify a ACH payment.

    • @StripeDev
      @StripeDev  Год назад

      Hi Barry-we'd be happy to try and help. Could you give us some details on the issue you're running into?

  • @joesquintero4873
    @joesquintero4873 2 года назад

    I do not receive the email to verify the account with the micro deposit, what should I do?

    • @StripeDev
      @StripeDev  2 года назад

      Hey Joes, we're sorry to hear about this. Please email us at heretohelp@stripe.com and we'll follow up with you directly to get this sorted.

    • @aoo779
      @aoo779 Год назад

      @@StripeDev How do you resend the email to verify the micro deposit?

  • @LoveMusic-yo2sn
    @LoveMusic-yo2sn Год назад

    Can I get sample code GitHub link