Skip to main content
GET
Retrieve a settlement account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

settlement_account_id
string
required

ID of the settlement account.

Response

The settlement account.

id
string
Example:

"sa_M9q4eR20Kx"

currency
string
Example:

"USD"

status
enum<string>
Available options:
Inactive,
Pending,
Active
created_at
string<date-time>
Last modified on July 8, 2026