• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Using Post method to connect to gateway

Using Post method to connect to gateway 14 years 8 months ago #8331

  • oliver
  • oliver's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Hi,

I am trying to use the method post to actually post some data to a payment gateway. I dry tested it on a plain html and it works.
I have added the mandatory hidden fields into RSForm Pro as described in the guide from the gateway.
On the Script called on form display I have added this line:
$formLayout=str_replace('action=""', 'action="https://gateway.....asp"', $formLayout);
I found this on the forum.

When I submit a form, it says that the form has been submitted, but it does not route to the gateways site.

Is there something I have overlooked?

Thanks for the speedy help
The administrator has disabled public write access.

Re:Using Post method to connect to gateway 14 years 8 months ago #8370

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Unfortunately this isn't the way to go. You can use silent posting, as described in this example:

www.rsjoomla.com/customer-support/docume.../83-silent-post.html
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:Using Post method to connect to gateway 14 years 3 months ago #9664

Can this be done with the GET Method instead? If so can you please give a code example.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!