ACH Payment Subscriptions Issues, Timeout Error, Modification in Confirmation Page #7156
Replies: 1 comment
-
Got the solution for ACH Subscription |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
1). I creates ACH Payment Subscription same like Online Subscription But it is not working for me and couldn't proccessing further. The full source is available here
2). Due to any confliction when payment is processed it does show confirmation page or failure page but the spinning loader and it continues. I tried to add a function like if due to any issues payment does processed then it should timeout error instead of keep spinnig loader. But I didn't get any function or hook related to this. I tried like this
`catch (TimeoutException $e) {
// Handle timeout exception
$errorMessage = $e->getMessage();
this not worked as TimeoutException is not in give. please guide me
3). I want to add TransactionId in case of One Time Payment on Confirmation Page and Subscription Id in case of subscription. I tried
give_payment_receipt_after
but not worked. is there any hooks or functions that I can use that?Beta Was this translation helpful? Give feedback.
All reactions