Hi,
I'm trying out the 15 min php based dpm tutorial, and could not figure out how to make it works after 24 hours:) here is what I did:
1. download the sdk and set up a basic form, i was able to see the sample payment page.
2. in the sandbox account, I set up the two urls: Default receipt url, Default relay response url, all to :
https://<my_public_ip>/dpm_response
3. in the php post form, x-relay-url is set to the same url as #2
4. click 'buy' and got following:
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.
but my server at this url (https://<my_public_ip>/dpm_response) never got any post, why?
thanks,
Angelo