Hello everybody,
I’m implementing Rapyd Checkout Toolkit.
I’m not sure now if I’m missing something or this Toolkit library is the actually missing these functionalities.
- Is it possible to init the payment via javascript?
We have the method displayCheckout() to show the payment’s form. I can’t find a way to trigger the click on the button Pay.
We have a payment page where we ask the customers other information, like their email. To allow a smoother process and have just one page where they can get registered and pay at the same time. Unfortunately if we cannot trigget the payment-button this seems to be impossible to achive.
- Detect click on payment button?
Once a customer clicks pays, it seems we can detect only what happens after the payment has been made - successful or not - but not just before that.
That would be usefull to show a custom waiting page and indeed have a real custom payment flow.