Hi, I am implementing the payment in Italian with paypal. and before moving on to business, I have to complete this step for online payments via paypal.
My platform is written in PHP and I need to know when my client completes the payment:
- if he paid
- if the payment has been refused
- if the details of who is paying are the same as those who bought the product
- payments accepted
- payment canceled
and so on this data ...
my platform generates the order and also creates the payment invoice.
I have to take into account the taxes and the percentage that paypal retains ...
can you help me by showing me what is best to use?
I saw that PHP SDK has been archived!
are there any code examples ready to be tested in php / json / ajax?