cURL
curl --request GET \ --url https://business.bfinance.app/external/api/budgets/{id}/transactions \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "transactions": [ { "id": "<string>", "card": { "id": "<string>", "maskedCardNumber": "<string>", "externalId": "<string>" }, "amount": 123, "currency": "<string>", "usdAmount": 123, "merchant": "<string>", "mcc": "<string>", "status": "<string>", "type": "<string>", "transactionDate": "2023-11-07T05:31:56Z", "transactionId": "<string>", "fee": 123 } ], "page": 1, "limit": 10 } }
Returns paginated budget card transactions for the given budget
JWT authentication token
Budget ID
Page number (default 1)
x >= 1
Page size (default 10)
Transactions returned.
"success"
Show child attributes
Was this page helpful?
Contact support