Momento Business API
    Momento Business API
    • Intro
    • Public endpoints
      • Get onboarding bank accounts
        GET
      • Get USD quotes
        GET
    • Users
      • Get User
        GET
      • Create a new user
        POST
    • Deposits.
      • Fetch Deposit orders (onboarding)
        GET
      • Create deposit order
        POST
    • Withdrawals (offboarding)
      • Fetch withdrawal orders
        GET
      • Create a withdrawal order
        POST
      • Withdrawal banks list
        GET
    • Schemas
      • Schemas
        • Bank
        • User
        • Price
        • DepositOrder
        • WithdrawalOrder
      • Deposit Bank
      • User Schema

    Deposit Bank

    {
        "id": 0,
        "name": "string",
        "account_number": "string",
        "account_type": "string",
        "account_owner": "string",
        "account_identification": "string",
        "max_deposit": "string",
        "is_usd": true,
        "order_importance": 0,
        "cci": "string"
    }
    Built with