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 ?
Question posted in Paypal API
The official documentation to get you started can be found here.
The official documentation to get you started can be found here.
2
Answers
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.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.