Reputation: 41
When using paypal pro (never leaves site to process payment) do I still need to use ipn or is the api response enough?
If not how can I set the notify_url in a paypal api DoDirectPayment.
Sorry if I haven't explained this very well
Upvotes: 0
Views: 483
Reputation: 19356
The API response should suffice. From the API response you can already tell if the payment has been accepted or not.
Upvotes: 1