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

    IP Restrictions

    The Liquidity API only accepts requests from whitelisted static IP addresses. This applies to both sandbox and live environments.
    Static IPs are mandatory — dynamic IPs are not supported
    IP filtering is enforced before authentication or signature verification
    API access will return 403 Forbidden if the IP is not allowed
    To enable access:
    1.
    Obtain static IPs for your systems
    2.
    Share them with your account manager (test & live)
    3.
    Confirm IP whitelisting before sending requests
    Example IP formats:
    Single: 203.0.113.1
    Multiple: 203.0.113.1, 198.51.100.50
    Range: 203.0.113.0/24
    For changes or issues, contact support.
    Modified at 2025-07-10 08:35:50
    Previous
    Environments
    Next
    Authentication
    Built with