API Reference Guide
Under this section you will find all API information that is used for processing payments.
Authentication
Get Transaction Status
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": true,
"data": {
"message": "Record retrieved successfully",
"transaction": {
"payment_id": "88253-41453-72735-05390",
"merchant_email": "[email protected]",
"merchant_id": "01234567890123",
"status": "Success",
"status_flag": 1,
"payment_mode": "WALLET",
"order": {
"order_id": "15707057419885",
"product_name": "Product Name",
"gross_amount": 11,
"gateway_fee": 0.22,
"tax": 0.04
},
"customer": {
"name": "Customer Name",
"email_id": "[email protected]",
"mobile_no": "0213456789"
},
"shipping": {
"address": null,
"city": null,
"state": null,
"country": null,
"pincode": null
},
"billing": {
"address": null,
"city": null,
"state": null,
"country": null,
"pincode": null
},
"custom_field_1": null,
"custom_field_2": null,
"custom_field_3": null,
"custom_field_4": null,
"custom_field_5": null,
"date": "1581769083",
"signature": "e08bf1fcaf01d5fa4198de47d08a0158a9526b9e341e8a53bb8d3373b9268861f0bc0c363e60371e0f723558296f23ec43de8aceafd833498d2cf94bf8032b64"
}
}
}Get Order Details
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Refund Transaction
Headers
Name
Type
Description
Request Body
Name
Type
Description
Create Payment Link
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?