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

      代收查询订单 - /gateway-api/deposit/get

      POST
      /gateway-api/deposit/get

      Request

      Body Params application/json

      Examples

      Responses

      🟢200result
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/gateway-api/deposit/get' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "username": "merchant1",
          "merchantSerial": "MD003",
          "timestamp": "1750520481407",
          "sign": "0DF58241B967D7EEB0C97D8D1547548C"
      }'
      Response Response Example
      {
          "code": 200,
          "msg": "OK",
          "data": {
              "platformId": "6856e4b4b5a59d841a8590d2",
              "merchantSerial": "MD003",
              "amount": 2000,
              "state": 0
          }
      }
      Modified at 2025-06-24 07:12:55
      Previous
      代收创建订单 - /gateway-api/deposit/create
      Next
      代收订单回调
      Built with