Skip to main content

Initiate GIBL

Initiate GIBL

Postman Collection

URL

POST : /v1/service/gibl/init

Headers

Content-Type  (String)   required
application/json
Authorization  (String)   required
Basic Auth
Accept  (String)   required
application/json

Body Params

merchantLoginId  (String)   Required
Merchant Login Id (Max Length: 50)
authkey  (String)   Required
Random Unique String (Max Length: 100)

Request

Example Request
    curl --location '/v1/service/gibl/init' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data '{
"merchantLoginId": "MID69*******",
"authKey": "AUTH3484384123456"
}'

Response Samples

    {
"code": "0x0200",
"message": "Redirect",
"status": "SUCCESS",
"data": {
"url": "https://www.gibl.in/wallet/validate2/",
"ret_data": "eyJ1cmMiOiJNSUQ2OTM3NDM5Njk0IiwidW1jIjoiNDU3ODE5IiwiYWsiOm51bGwsImZuYW1lIjoiQW5pbCIsImxuYW1lIjpudWxsLCJlbWFpbCI6Imt1bWFyZ2xjaUBnbWFpbC5jb20iLCJwaG5vIjo5NjUxODA3OTg2LCJwaW4iOjIyNDIwNH0="
}
}

HTML

Example HTML
    <form id="retForm" action="{{url}}" method="POST">
<input type="hidden" name="ret_data" value="{{ret_data}}">
<button type="submit">Proceed to GIBL</button>
</form>

Response Code

Status CodeStatusMessage
0x0200SUCCESSTRANSACTION SUCCESSFULL
0x0201UNAUTHORIZEDUNAUTHORIZED USER
0x0202FAILUREFAILURE USER
0x0203MISSING_PARAMETERMISSING PARAMETER
0x0204CONNECTION_TIMEOUTCONNECTION TIMEOUT
0x0205SOMETHING_WENT_WRONGSOMETHING WENT WRONG
0x0206PENDINGTRANSACTION PENDING
0x0207REVERSEDTRANSACTION REVERSED
0x0209REDIRECTREDIRECT URL