#Madelyn-ACH

1 messages · Page 1 of 1 (latest)

night halo
#

Hi there, are you currently using Charge API or PaymentIntent API to accept ACH payments?

#

And can you also send the docs that you are reading?

short drift
#

Using Hosted Invoices!

night halo
#

Got it, you can listen to the invoice.paid event to get notified when the payment is succeeded.

short drift
#

Got it - but what if I am looking for when the customer attempted to pay rather than when the payment was deemed to be successful?

night halo
#

You can listen to payment_intent.processing event. This event will be fired when your customer has attempted the payment.

short drift
#

Amazing, thank you so much!!! That event is available for Hosted Invoices?

#

Use case: I'm hoping to provide a customer with access to a platform immediately upon them attempting payment. If that payment turned out to not be a success later down the road (due to bank gates or any other reason for ACH failure), then I'd simply restrict their platform access and wait until they reattempted payment. Sounds like, should the event you mentioned work for Hosted Invoices, this should be possible

night halo
#

Yes, these events also will be fired for payments made via hosted invoice page.

short drift
#

perfect, thank you so much!

night halo
#

Welcome! happy to help.