Displaying 1 result from an estimated 1 matches for "merchantinitiatedbilling".
2013 May 10
2
paypal-express gem
...apl payment.
I am using reference transaction method to get money from Paypal.
But i am getting IPN i.e payment notification,
I mentioned like
payment_request = Paypal::Payment::Request.new(
:currency_code => :USD,
:amount => 10.00,
:billing_type => :MerchantInitiatedBilling,
:description => "test",
:custom => ''test'',
:invoice => 2,
:notify_url => payment_notifications_url,
:billing_agreement_description => "
)
but i am not getting any notification on &q...