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

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -