#cco3
1 messages · Page 1 of 1 (latest)
Hi, I do not understand the ask here. Can you reword this please?
Does hitting the pay endpoint ever trigger some asynchronous payment.
Or does it always simply pass/fail immediately?
I see, you can learn more about invoice statuses here: https://stripe.com/docs/api/invoices/object#invoice_object-status. The payment from these invoice can also have different statuses, it does not just fail or pass.
Right, I'm aware that the invoice has other statuses, I'm just asking whether the pay endpoint always triggers a synchronous action or sometimes an asynchronous one.