cURL
curl --request GET \ --url https://api.withacclaim.com/v1/settlement_accounts/{settlement_account_id} \ --header 'Authorization: Bearer <token>'
{ "id": "sa_M9q4eR20Kx", "currency": "USD", "status": "Inactive", "created_at": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the settlement account.
The settlement account.
"sa_M9q4eR20Kx"
"USD"
Inactive
Pending
Active