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

1. Request a Quote

PreviousIntegration and function flowNext2. Authorization Transaction

Last updated 1 year ago

POST Request to

POST https://ggnft.ibanera.com/v3/get-quote/getQuote

Headers

Name
Type
Description

x-api-key*

String

API key provided by Ibanera

content-type*

String

application/json

Request Body

Name
Type
Description

orderAmount*

Numeric

100

{
    "success": true,
    "subTotal": 100,
    "fee": 1.9,
    "orderTotal": 101.9,
    "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjaGFudF9pZCI6IjIiLCJvcmRlcl9hbW91bnQiOiIxMDAiLCJvcmRlcl90b3RhbCI6MTAxLjksInBsYXRmb3JtX2ZlZSI6MC41LCJ0eF9mZWUiOjAuNywidG9rZW5fZXhwaXJlIjoiNjAwIiwiaWQiOiJDbWJwbUJHcnRoMnY1M0l0dnpmbyIsIndhbGxldF9pZCI6IkxvdGdVMnVLZDhXQmNVYWJrWjR6IiwiaWF0IjoxNzA0NDA1NDY1LCJleHAiOjE3MDQ0MDYwNjV9.4otFhOIwdBFwa5VyqsT52tKBxz0SFx0qloJfKz4VoTY",
    "tokenExpire": "600",
    "quote_id": "CmbpmBGrth2v53Itvzfo",
    "timestamp": 1704405465401
}
{
    "statusCode": 401,
    "message": "Invalid API Key provided",
    "error": "Unauthorized"
}
{
    "success": false,
    "message": "Order Size is below minimum threshold of $10.00 USD"
}
https://ggnft.ibanera.com/v3/get-quote/getQuote