skip to Main Content

I was creating a paypal billing agreement using API php.
It works good, Is there any way we can get the Billing Agreement Id in Ipn.
I know we will get it in encrypted from. https://prnt.sc/r4hc2h Any one know how to decrypt it ?

2

Answers


  1. There is no decrypted Billing Agreement ID to be had.

    The value of mp_id is the only BA ID you will ever see or need. Store it and use it.

    Login or Signup to reply.
  2. Although the documentation says that it’s encrypted or whatsoever, the mp_id in IPN message is what you need to charge a billing agreement.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search