We are using Server Integration Method (SIM) in asp.net c#
We succeed to pass payment info, and after submitting it, the relayed response is working, but the receipt page is never showen - the following error occurred:
An error occurred while trying to report this transaction to the merchant.
An e-mail has been sent to the merchant informing them of the error. The
following is the result of the attempt to charge your credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you will
receive the product or service.
The transaction seems to be done, but we never gets redirected to receipt page or our own server. When we set relayed response to false, we do get the receipt page, but neither a redirect back.
The relayed response url is working properly when we executes it locally.
Have set both: x_relay_response, x_relay_url, x_receipt_link_url, but none in the merchant account settings.
Any one knows what the problem is?