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

    Introduction

    The Liquidity API is designed around RESTful architecture, using predictable, resource-oriented URLs. It supports JSON-formatted request bodies and responses, standard HTTP verbs, status codes, and authentication mechanisms.
    The API offers both sandbox and live environments. Sandbox mode enables safe testing without affecting live data or interacting with banking networks. The environment is determined by the API key used for authentication.
    Note: Bulk operations are not supported. Each request must handle a single object.

    Modified at 2025-07-10 08:33:40
    Next
    Environments
    Built with