Arf Liquidity Docs
    Arf Liquidity Docs
    • Introduction
    • Environments
    • IP Restrictions
    • Authentication
    • RSA4096 Examples
    • Errors
    • Webhooks
    • Client
      • Create Client
        POST
      • Upload Document
        PUT
      • Get Client
        GET
      • List Clients
        GET
      • Get Client Credit Preference
        GET
      • Create Bank Information
        POST
      • Create Chain Information
        POST
    • Credit
      • Check Credit
        GET
      • Create Credit
        POST
      • Get Credit
        GET
      • List Credits
        GET
    • Webhooks
      • List All Webhook
        GET
      • Create Webhook
        POST
      • Delete Webhook
        DELETE
    • Schemas
      • Error Schema
      • Successful Response
      • Client Detail
      • Document Detail
      • Credit Details
      • Webhook

    Client Detail

    {
        "id": "string",
        "name": "string",
        "status": "string",
        "credit_status": "string",
        "created_at": "string",
        "email": "string",
        "country": "string",
        "address": "string",
        "currency": "string",
        "bank_information": {
            "iban": "string",
            "account_number": "string",
            "swift_code": "string"
        },
        "documents": [
            {
                "name": "string",
                "key": "string",
                "status": "string",
                "reason": "string"
            }
        ]
    }
    Built with