Launchpad Phase 3
  • Introduction
  • API Setup
  • Integration and function flow
    • 1. Request a Quote
    • 2. Authorization Transaction
      • 3D Secure Information
      • Error Response
    • 3. Get Details (Optional)
Powered by GitBook
On this page
  1. Integration and function flow

3. Get Details (Optional)

PreviousError Response

Last updated 1 year ago

POST Request to

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
    }
}
{
    "success": false,
    "message": "Server Error. Try again or contact support for assistance"
}
{
    "success": false,
    "message": "Unauthorized"
}
https://ggnft.ibanera.com/v3/submit-transaction/getDetails