Hi,
I'm just getting started with ARB, and I understand that the process is obviously not synchronous.
So how do you get notification of when a payment has been made - or when it has failed?
I looked all through the ARB guide, and it doesn't tell me anything about whether this info can be set up as a HTTP POST,
or whether it only comes in as an email?
If I can set it up as a HTTP POST, where, and how?
Thanks!
Shaul
Solved! Go to Solution.
06-30-2011 04:32 AM
What you're looking for is called silent post. It allows you to receive information about every transaction, regardless of how it was processed, POSTed to you so you can do whatever business logic you need to.
06-30-2011 04:58 AM
What you're looking for is called silent post. It allows you to receive information about every transaction, regardless of how it was processed, POSTed to you so you can do whatever business logic you need to.
06-30-2011 04:58 AM
Thank you!
06-30-2011 05:15 AM