Quick PHP Payment Integration Doc Ver 2.0
Quick PHP Payment Integration Doc Ver 2.0
Content
The Zip file contains one file “paymentrequest.php”.
Requirement
You will need following for your api integration to work.
Usage
Follow the steps below:
transaction_id A unique ID that can be used to trace the transaction uniquely within Aggrepaypayments.
Transaction IDs are alphanumeric.
payment_method This tells the payment method used by customer – example: “credit card”, “debit card”,
“netbanking”, etc.
payment_datetime Date and Time of this payment in “YYYY-MM-DD HH:MM:SS” format *
response_code Status of the transaction (return code). 0 signifies successful transaction. Non-zero values
signify error.
response_message Can have a value of “success” or “failure”.
order_id The same order_id that was originally posted by the merchant in the request.
amount The same original amount that was sent by the merchant in the transaction request.
currency This is the 3digit currency code (INR), it will be same value that was originally sent by
merchant. *
description The same description that was originally sent by the merchant in the transaction request.