Get Balance
Account Balance API
Get Balance
POST https://example.com/auto/balance
Headers
Name
Type
Description
x-partnerid*
String
partner id
x-signature*
String
signature
Content-Type*
application/json
-
Request Body
Name
Type
Description
key*
String
Bank Key
timestamp*
Date
ISO Date (UTC+0)
Example Request
{
"key": "KEY",
"timestamp": "2023-02-05T16:34:57.956Z"
}{
"data": {
"key": "xxxx", // bankKey
"accountNo": "1122334455",
"bankCode": "KBANK",
"balance": 1000,
"timestamp": "2023-02-05T16:34:57.956Z"
},
"code": 0,
"msg": "Success",
"cause": ""
}Last updated