Momento Business API
  1. Schemas
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
  1. Schemas

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,
    "is_active": true,
    "cci": "string"
}
Built with