Swift Docs home pagelogo
  • Support
  • Dashboard
  • Dashboard
Guides
API Reference
API Reference
  • Overview
  • Authorization
  • OpenAPI
  • Pagination and Lists
  • Errors
  • Events
  • Sandbox Simulations
Accounts
  • GET
    List Accounts
  • GET
    Retrieve an Account
  • GET
    Retrieve Account Balance
External Accounts
  • GET
    List External Accounts
  • GET
    Retrieve an External Account
Users
  • GET
    List Users
  • POST
    Create a User
  • GET
    Retrieve a User
  • POST
    Archive a User
  • GET
    List User Banks
  • POST
    Link a User Bank
  • GET
    Retrieve a User Bank
  • POST
    Archive and Unlink a User Bank
Events
  • GET
    List Events
  • GET
    Retrieve an Event
  • GET
    List Event Subscriptions
  • POST
    Create an Event Subscription
  • GET
    Retrieve an Event Subscription
  • DEL
    Delete an Event Subscription
Real-Time Payments
  • GET
    List Request for Payment Registrations
  • GET
    List Real-Time Payments Request for Payments
  • POST
    Create a Real-Time Payments Request for Payment
  • GET
    Retrieve a Real-time Payments Request for Payment
  • POST
    Cancel a Real-time Payments Request for Payment
  • POST
    Complete a Sandbox Real-time Payments Request for Payment
  • GET
    Retrieve Routing Number Info
API Reference

Errors

The API returns standard HTTP response codes and error messages. Error objects all have the same shape and conform to RFC 9457. Error objects will always contain the following fields:

​
type
enum
required

The machine-readable type of the error.

​
title
string
required

A human-readable summary of the error.

​
status
integer
required

The HTTP status code.

​
detail
string

Additional details about the error.

Pagination and ListsEvents
websitelinkedin
Powered by Mintlify