Payswix | Agents API
    • Finance account
      • Getting started
      • Validation rules
      • Virtual IBANs
        • NACE codes
        • Create vIBAN for person or company
        • Get a list of vIBANs
      • Transactions
        • Create a SEPA transfer
        • Get transfer fee
        • Get all existing recipients
        • Get transaction information
        • Get a filtered list of transactions
      • Companies
        • Get specific company details
      • Accounts
        • Create a new account
        • Get all user accounts
        • Get user account information by account number
      • Other
        • Check if the server is alive
      • Webhooks
        • Transaction webhook
      • Schemas
        • Company vIBAN
        • Person vIBAN
        • Transaction
    • Standard account
      • Transactions
        • Create a SEPA transfer
        • Create a SWIFT transfer
      • Schemas
        • Transaction

    Company vIBAN

    {
        "type": "company",
        "company_name": "string",
        "company_description": "string",
        "risk_level": "low",
        "system_id": "string",
        "address_street": "string",
        "address_city": "string",
        "address_country": "FRA",
        "payments_to_country": [
            "[ \"AFG\", \"UKR\", \"BHR\"   ]"
        ],
        "payments_from_country": [
            "sd"
        ],
        "main_business_activity": "A_01.00.00 Crop and animal husbandry hunting and related service activities",
        "type_of_industry": "A_01.10.00 Growing of annual crops",
        "expected_monthly_turnover": "0 - 10 000",
        "expected_money_flow": "string",
        "odd_due_date": "2026-07-20",
        "website": "string",
        "ubos": [
            {
                "firstname": "string",
                "lastname": "string",
                "date_of_birth": "string",
                "ownership_percentage": 0,
                "address_street": "string",
                "address_city": "string",
                "address_country": "string"
            }
        ],
        "directors": [
            {
                "firstname": "string",
                "lastname": "string",
                "date_of_birth": "string",
                "address_street": "string",
                "address_city": "string",
                "address_country": "string"
            }
        ]
    }
    Built with