Info

Check the user's balance for the amount required to start the payment

get
Query parameters
accountstringRequired

Wallet address of user or temporary wallet address of user

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
amountstringRequired

Amount to be used for payment (info. decimals are 18)

Example: 100000000000000000000000
currencystringRequired

Currency symbol for amount to be used for payment

Example: krw
Responses
200Success
application/json
get
GET /v1/payment/info?account=0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766&amount=100000000000000000000000&currency=krw HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "amount": "100000000000000000000",
    "currency": "krw",
    "balance": "100000000000000000000000",
    "balanceValue": "100000000000000000000000",
    "paidPoint": "100000000000000000000",
    "paidValue": "100000000000000000000",
    "feePoint": "5000000000000000000",
    "feeValue": "5000000000000000000",
    "totalPoint": "105000000000000000000",
    "totalValue": "105000000000000000000",
    "feeRate": "5"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}

Check the user's balance for the amount required to start the payment

get
Query parameters
accountstringRequired

Wallet address of user or temporary wallet address of user

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
amountstringRequired

Amount to be used for payment (info. decimals are 18)

Example: 100000000000000000000000
currencystringRequired

Currency symbol for amount to be used for payment

Example: krw
Responses
200Success
application/json
get
GET /v2/payment/info?account=0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766&amount=100000000000000000000000&currency=krw HTTP/1.1
Host: 
Accept: */*
200Success
{
  "code": 0,
  "data": {
    "account": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "amount": "100000000000000000000",
    "currency": "krw",
    "balance": "100000000000000000000000",
    "balanceValue": "100000000000000000000000",
    "paidPoint": "100000000000000000000",
    "paidValue": "100000000000000000000",
    "feePoint": "5000000000000000000",
    "feeValue": "5000000000000000000",
    "totalPoint": "105000000000000000000",
    "totalValue": "105000000000000000000",
    "feeRate": "5"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}