How to send custom parameters to IPN handler?

15 views
Skip to first unread message

Arvind Naidu

unread,
Feb 23, 2012, 8:40:35 AM2/23/12
to Active Merchant
Please check my code below...

options = {
:ip => request.remote_ip,
:return_url => 'return_url',
:cancel_return_url => 'cancel_url',
:custom => 'oderid=2143d'
}

response = EXPRESS_GATEWAY.setup_purchase(total_cost*100, options)


Is the way i followed above is correct for sending custom parameters
to IPN handler?

currently i'm not receiving orderid at my IPN handler. Please give any
ideas over this.
Reply all
Reply to author
Forward
0 new messages