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/withdrawal/create

      POST
      /gateway-api/withdrawal/create

      Request

      Body Params application/json

      Examples

      Responses

      🟢200result
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/gateway-api/withdrawal/create' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "username": "merchant1",
          "amount": 2000,
          "bankName": "MVola",
          "merchantSerial": "MD003",
          "targetOwner": "Jhon",
          "targetAccount": "0387222126",
          "extraParams": "test",
          "notifyUrl": "https://www.xxx.com/aaaa",
          "timestamp": "1750520481407",
          "sign": "0DF58241B967D7EEB0C97D8D1547548C"
      }'
      Response Response Example
      {
          "code": 200,
          "msg": "OK",
          "data": {
              "platformId": "685ae25d6b358ff5e667f899",
              "merchantSerial": "MD003",
              "amount": 2000,
              "state": 0,
              "extraParams": "test"
          }
      }
      Modified at 2025-07-21 10:25:04
      Previous
      代付余额查询 - /gateway-api/withdrawal/balance
      Next
      代付查询订单 - /gateway-api/withdrawal/get
      Built with