We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > HGS Balance

HGS Balance

Description

How it ​Works

​​Sample Request

POST /api/isbank/hgs/v1/balance
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID} 
X-IBM-client-secret: {YOUR_CLEINT_SECRET} 
Authorization: Bearer {access_token}
Content-Type: application/json

Sample Request Body
{
    "product_no": "1064100021",
    "amount": 100,
    "payment_account": "TR430006400000142992927686",
    "use_overdraft": true
}



Sample Response



{
    "balance": 500,
    "used_from_overdraft": 0,
    "receipt_id": "2022013114193984"
}