How to set an IPN URL for PayPal Recurring Payments using ExpressCheckout? -


according paypal documentation, not possible have instant payment notifications (ipn) recurring payments when using expresscheckout.

here how come conclusion:

  1. in setexpresscheckout documenation notifyurl say:

    the notify url applies doexpresscheckoutpayment. value ignored when set in setexpresscheckout or getexpresscheckoutdetails.

  2. i don't have one-time payment expresscheckout. creating recurring profile. skipping doexpresscheckoutpayment call specified in recurring payments integration guide. if doexpresscheckoutpayment call not valid, because have set amount 0.

  3. according 1. notifyurl (to precise paymentrequest_0_notifyurl) ignored unless doexpresscheckoutpayment called. have tried set in setexpresscheckoutpayment call.

  4. using ipn simulator receiving ipn notifications.

  5. when creating new recurring payments profile using createrecurringpaymentsprofile not receiving ipn notification.

  6. i did not find api call related recurring payments can use set notifyurl.

how can set ipn url recurring payments using expresscheckout without initial payment, initamt or other requiring doexpresscheckoutpayment?

you can set ipn url in paypal account, under profile.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -