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

    Withdrawals (offboarding)

    Handles withdrawal orders for clients who want to withdraw their balance.
    POST /withdrawal_orders/
    Create Withdrawal Order: Creates a new withdrawal order.
    GET /withdrawal_orders/
    Get Withdrawal Orders: Returns a list of existing withdrawal orders.
    Previous
    Create deposit order
    Next
    Fetch withdrawal orders
    Built with