#torec

1 messages · Page 1 of 1 (latest)

dire fulcrumBOT
languid jacinth
#

I have 'invoice_creation' => ['enabled' => true] on a checkout payment transaction, when I'm using ACH there is no invoice (on checkout.session.completed event), is an invoice created only when the ACH payment is cleared? ( I can't tell because the approval happens right away)
Can you share an example ?

#

I usually creates the Order\Order Items on my system using webhook, so I need to do some initial creation (before the webhook) for those tables because I have ACH available?
I'm not sure I udnerstand the issue here, can you share more details/some concrete examples ?

#

Only if ACH is failling, where do I send the customer to handle the error using Checkout\Customer Portal?
You can ask them to retry using your current integration or use Customer Portal yes

amber crater
amber crater
#

Thank you for the help, sorry for my questions

languid jacinth
amber crater
#

Thank you I will look.