OhayoShikin
    OhayoShikin
    • 接口说明
    • 查询余额
      POST
    • 代收查询可用通道 - /gateway-api/deposit/channels
      POST
    • 代收创建订单 - /gateway-api/deposit/create
      POST
    • 代收查询订单 - /gateway-api/deposit/get
      POST
    • 代收订单回调
      POST
    • 代付创建订单 - /gateway-api/withdrawal/create
      POST
    • 代付查询订单 - /gateway-api/withdrawal/get
      POST
    • 代付订单回调
      POST

      查询余额

      Developing
      POST
      /gateway-api/balance

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/gateway-api/balance' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "username": "merchant1",
          "timestamp": "1750520481407",
          "sign": "0DF58241B967D7EEB0C97D8D1547548C"
      }'
      Response Response Example
      {
        "code": 200,
        "msg": "OK",
        "data": {
          "balance": 100
        }
      }
      Modified at 2025-12-12 17:38:31
      Previous
      接口说明
      Next
      代收查询可用通道 - /gateway-api/deposit/channels
      Built with