• 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: Send information to paypal

Send information to paypal 4 years 10 months ago #40260

Hello
I need pass some information of the cutmer to paypal when thay make a payment on my web site suing the fild donation.
Example invoice number and invoice date, I wuold like to find then on my paypal.
There is this possibility?

Thank
The administrator has disabled public write access.

Send information to paypal 4 years 10 months ago #40284

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
Hello,

RSForm!Pro allows you to personalize the information sent to PayPal using a script in "Scripts called after form has been processed" section, as explained in the following article:

www.rsjoomla.com/support/documentation/r...meters-per-form.html

Example:

// Get a new instance of the PayPal object.
$paypal = RSFormProPayPal::getInstance();

$paypal->args = $_POST;
$paypal->args = $_POST;

A complete list of accepted parameters can be found here:

developer.paypal.com/docs/paypal-payment...ndard-htmlvariables/
My help is not official customer support. To receive assistance, submit a ticket by clicking here
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!