1. elco.vanberkel
  2. RO Payments
  3. Monday, 15 February 2021
  4.  Subscribe via email
Hi,
I'm using RSForms!Pro With RO Payments.

I have several forms that are build to sell products/services and pay with iDEAL (Mollie).

I would like to be able to give a user the option to select 'Offline payment'. This is needed for big companies that use our forms, but don't pay with iDEAL. Currently this isn't possible, at least not by my findings.

In my scenario, when a user selects 'offline payments', the payment shouldn't go to Mollie iDEAL but should instantly skip to the 'succeeded' page and sent the confirmation e-mails.

I know this is possible to make with the standard RSforms!Pro payment plug-in, but those product options don't offer the same amount of customization that RO Payments product fields do so I need to implement it with RO Payments.

Any help with this?
Accepted Answer Pending Moderation
Hello Elco,

With an offline payment, I don't expect the plug-in to monitor the payment. I fully understand it cannot do that.
Mollie does monitor this if you use the bank transfer.

Why not via Mollie? Because my client wants to use their own bank account for this because they have their own accountancy department.
This I do not follow, the iDEAL payments do not go straight to their own bank account either. They go to Mollie first and Mollie then sends the payment to their own bank account.

I see that this is currently not possible but maybe this option could be included in the near future of maybe via a custom PHP code that is executed after submitting the form?
That is correct, it is not possible because you are in the flow of a payment provider. If you are using RSForms, I am quite sure you can use one of their plugin triggers to catch the submission and then do as you please. Something like the onAfterStoreSubmission(). If you catch that trigger and redirect to a successful page, that should be all you need I think. The request will never get to RO Payments and the user will not go to Mollie either.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 1
Accepted Answer Pending Moderation
Hi Roland,

Thanks for your quick reply.

With an offline payment, I don't expect the plug-in to monitor the payment. I fully understand it cannot do that.

What I would like for my website http://www.formuliermetideal.nl is for users to be able to say "My clients are big companies, I want them to be able to select 'pay per invoice' instead of iDEAL".

So, when a user says 'pay per invoice' on a form, RO Payments doesn't redirect to Mollie but instead instantly acts as if the payment was successful. So the form gets send to the owner of the form and the users gets redirected to the 'Thank you' page.

Why not via Mollie? Because my client wants to use their own bank account for this because they have their own accountancy department.

I see that this is currently not possible but maybe this option could be included in the near future of maybe via a custom PHP code that is executed after submitting the form?
  1. more than a month ago
  2. RO Payments
  3. # 2
Accepted Answer Pending Moderation
Hello Elco,
The process as you describe it won't work because RO Payments is not a payment provider. RO Payments cannot handle offline payments instead it connects to a payment provider such as Mollie. Here in lies also the solution i think. Mollie offers offline payments, also known as bank transfers. Instead of redirecting to iDEAL, you redirect to bank transfer.
Users will receive an email with payment instructions. Once Mollie receives the payment it will inform your site that the status is paid. Now you have the same workflow as iDEAL although this can take up to 30 days depending on when a user pays.
An offline payment isn't a successful payment until the user has paid.
This document shows how you can setup different payment options on rsform. https://rolandd.com/documentation/ro-payments/show-payment-options-in-rsforms-pro-form
The bank transfer option must also be enabled on Mollie of course.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO Payments
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!