I'm trying to implement a quickpay solution to my umbraco site.
But I have some problems getting the provider to call the callback function.
I don't know if there are any special way to do this?
public void CheckPayment()
{
//do stuff
}
When i call it from the browser like this: http://domain/umbraco/surface/payment/CheckPayment
it works fine, but i can't get the payment provider (quickpay) to call the method.
So my question is. Is there a speciel markup i should use for this method? or should the above work?