# online ip refund static transfer proxy

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/static_transfer_proxy/online_ip_refund:
    post:
      summary: online ip refund static transfer proxy
      deprecated: false
      description: ''
      tags:
        - Static proxy/static indirect proxy
        - static direct proxy
      parameters:
        - name: Authorization
          in: header
          description: ''
          example: Bearer {{AUTH_TOKEN}}
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                id:
                  description: record id to refund
                  type: integer
              x-apifox-refs: {}
              x-apifox-orders:
                - id
              required:
                - id
            example:
              id: 1
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  expire_unixtime:
                    description: expire time, unixtime
                    type: integer
                  meta_message:
                    type: string
                    description: success or other error msg
                  meta_status:
                    type: integer
                    description: 1 for success, negative for error
                  refund_balance:
                    type: integer
                    description: refund balance
                  traffic_cap:
                    description: total capacity == old capacity + extra bought
                    type: integer
                  traffic_used:
                    description: traffic bytes used
                    type: integer
                x-apifox-refs: {}
                x-apifox-orders:
                  - expire_unixtime
                  - meta_message
                  - meta_status
                  - refund_balance
                  - traffic_cap
                  - traffic_used
                required:
                  - expire_unixtime
                  - meta_message
                  - meta_status
                  - refund_balance
                  - traffic_cap
                  - traffic_used
          headers: {}
          x-apifox-name: result
      security: []
      x-apifox-folder: Static proxy/static indirect proxy
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/2880121/apis/api-169714199-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://api.ipcola.com
    description: ipcola
security: []

```
