cURL
curl --request POST \ --url https://api.withacclaim.com/v1/treasury_accounts/{treasury_account_id}/fundings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "settlement_account_id": "<string>", "amount": 500000, "reference": "<string>", "description": "<string>" } '
{ "id": "fu_0A1b2C3d4E", "treasury_account_id": "tac_b0TrsSg91h", "settlement_account_id": "sa_M9q4eR20Kx", "amount": 123, "currency": "USD", "status": "Pending", "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 treasury account.
Settlement account ID
Amount in smallest currency unit
500000
Optional idempotency or client reference for reconciliation
Deposit created.
"fu_0A1b2C3d4E"
ID of the treasury account
"tac_b0TrsSg91h"
"sa_M9q4eR20Kx"
"USD"
Pending
Completed
Voided