cURL
curl --request GET \ --url https://api.withacclaim.com/v1/settlement_accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "sa_M9q4eR20Kx", "currency": "USD", "status": "Inactive", "created_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>", "has_more": true }
Settlement accounts are linked and verified in the Console. Creation via API is not available.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
A list of settlement accounts.
Show child attributes