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
Name
Type
Description
x-api-key*
String
API key provided by Ibanera
content-type*
String
application/json
Request Body
Name
Type
Description
txID*
String
703344
{
"success": true,
"data": {
"txID": "703344",
"orderAmount": 76,
"totalAmount": 77.78,
"paymentStatus": "AUTHORISED",
"mintDate": "",
"quote_id": "2LpSkSsZvw3lIWeN0sRB",
"created_at": 1704406888135
}
}
Last updated