LailaSweden
LailaSweden

Reputation: 95

Passing custom variables via paypal (IPN Question)

I've been trying back and forth with this and I finally got PayPal working the way it should. However, i need to pass some variables (user_id, and some small details (numbers) about the product).

Is there any way i can pass custom variables? or variable? I've been looking around on Google and it looks like people is saying different things about this. Some says it not allowed, and some says it's not a problem at all.

Got an example maybe? i assume I'll need a hidden form of some sort?

Upvotes: 0

Views: 759

Answers (1)

Micah Carrick
Micah Carrick

Reputation: 10187

Take a look at the custom variable: HTML Variables for Website Payments Standard. Typically, what I do, is store any info I need in a database and reference it with the PayPal txn_id.

Upvotes: 1

Related Questions