Welcome,
Guest
|
|
|
At the moment, to find out what what the status of payments are you need to send an OAuth request to your status query url. It can be quite a chore if you want to do something once that payment has cleared, setting up a cron job to deal with the queue of processing payments or something.
It would be useful to have an instant payment notification (IPN) where you submit a url with the initial payment request, and if there is an update on that payment your server sends a notification with the status to the url. It's currently what paypal does https://www.paypal.com/ipn. Thanks, Jake |
|
|