cURL
curl --request POST \ --url https://api.smokeball.com/bankaccounts/{bankAccountId}/transactions \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '{ "matterId": "da4e7fd1-5394-4ca9-b1c6-e18c4e2bf262", "payorId": "<string>", "type": "Deposit", "amount": 102.65, "reference": "<string>", "reason": "<string>", "description": "<string>", "note": "<string>", "effectiveDate": "2023-11-07T05:31:56Z" }'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Creates a bank account transaction.
OK
The response is of type object.
object