php - Way to check if customer has made a payment? -


i'm trying find way of checking if customer has clicked final submit button perform transaction in php.

i need send second e-mail different people when customer makes transaction, far can tell, there's no function or property retrieve sort of confirmation value.

i don't need know if payment went through or not, if clicked last submit button, checkout page hosted on microsoft's servers.

  1. all of payment apis return status immediately. have , handle in code. how done vary api.

  2. you can use silent post* similar paypal's ipn. script on server notified of payments.

  3. use transaction details api , transaction in unsettled batches.

* author of article


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -