The response after the payment process gives you the following components:
status = "success" if the payment is successful
message = the message after successful payment
productId = the product id for which you have submitted the payment
amount = the amount you have submitted
Get these into your server as a post and process at your backend.