3. Get Details (Optional)

POST Request to https://ggnft.ibanera.com/v3/submit-transaction/getDetails

POST https://ggnft.ibanera.com/v3/submit-transaction/getDetails

Headers

NameTypeDescription

x-api-key*

String

API key provided by Ibanera

content-type*

String

application/json

Request Body

NameTypeDescription

txID*

String

703344

{
    "success": true,
    "data": {
        "txID": "703344",
        "orderAmount": 76,
        "totalAmount": 77.78,
        "paymentStatus": "AUTHORISED",
        "mintDate": "",
        "quote_id": "2LpSkSsZvw3lIWeN0sRB",
        "created_at": 1704406888135
    }
}

Last updated