Slash home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
Entities
Account
Overview
  • Getting Started
  • Changelog
Entities
  • Legal Entity
  • Account
  • Virtual Account
  • Balance
  • Card
  • Transaction
  • Spending Constraint
  • Slash Handle
  • Card Group
  • Webhook
  • Webhook Event
  • Card group utilization
Legal Entity
  • GET
    List legal entities
Account
  • GET
    List accounts
  • GET
    Get account
  • GET
    List account balances
Virtual Account
  • GET
    List virtual accounts
  • POST
    Create virtual account
  • GET
    Get virtual account
  • PATCH
    Update virtual account
Transaction
  • GET
    List transactions
  • GET
    Get transaction aggregations
  • GET
    Get transaction
  • GET
    Get transaction fee details
  • PATCH
    Add or update a note for a transaction
Transfer Money
  • POST
    Create virtual account transfer
  • POST
    Get Crypto offramp addresses
Slash Pay
  • GET
    List your Slash handles
  • POST
    Send money to a slash handle
Card
  • GET
    List cards
  • GET
    Retrieve card
  • POST
    Create card
  • PATCH
    Update card
  • GET
    Get card utilization
  • PATCH
    Apply a partial update to a card's spending constraint
  • PUT
    Replace a card's spending constraint
  • GET
    List all card products
Card Group
  • GET
    List card groups
  • POST
    Create card group
  • GET
    Get card group
  • PATCH
    Update card group
  • PATCH
    Apply a partial update to a card group's spending constraint
  • PUT
    Replace a card group's spending constraint
  • GET
    Get card group utilization
Merchant
  • GET
    List merchants
  • GET
    Get merchant
  • GET
    List merchant categories
Webhooks
  • Overview
  • GET
    List webhooks
  • POST
    Create webhook
  • PATCH
    Update webhook
Entities

Account

The schema is of type object.

Legal EntityVirtual Account
twittergithublinkedin
Powered by Mintlify
{
  "id": "<string>",
  "status": "open",
  "accountNumber": "<string>",
  "routingNumber": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "type": "debit",
  "balances": [
    "debit"
  ]
}