Skip to main content
Use the journal entries endpoints to retrieve journal entries made on an account on Marqeta’s credit platform. A journal entry is a record of an entry made on an account journal, such as a purchase transaction, fee, adjustment, and more. For more on the different types of journal entries, see About Credit Account Journal Entries. Journal entries originate when a journal entry event occurs, such as a cardholder making a purchase or an account holder making a payment. To receive webhook notifications when journal entry events occur, see Credit journal entry events in Event Types.

List account journal entries

Action: GET
Endpoint: /credit/accounts/{account_token}/journalentries
Retrieve an array of journal entries on a credit account. This endpoint supports sorting and pagination and object expansion.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account journal entry

Action: GET
Endpoint: /credit/accounts/{account_token}/journalentries/{journal_entry_token}
Retrieve a journal entry for a credit account.

URL path parameters

Response body

Sample response body

The following code block shows a sample PURCHASE journal entry.
JSON
The following code block shows a sample INTEREST journal entry.
JSON
The following code block shows a sample FEE journal entry.
JSON

Resend credit event notification

Action: POST
Endpoint: /credit/webhooks/{event_type}/{resource_token}
Resends a credit event notification to your webhook endpoint. Although you send this request as a POST, all parameters are passed in the URL and the body is empty. The event notification is resent to your webhook endpoint and also returned in the response to this request. For details on how to configure your webhook endpoint, see the About Webhooks tutorial. For the complete /webhooks endpoint reference, see Webhooks.

URL path parameters

Response body

Sample response body

The following code block shows a sample of a resent creditaccounttransitions event.
JSON
The following code block shows a sample of a resent creditaccountstatements event.
JSON
The following code block shows a sample of a resent creditjournalentries event.
JSON
The following code block shows a sample of a resent creditledgerentries event.
JSON
The following code block shows a sample of a resent creditpaymenttransitions event.
JSON
The following code block shows a sample of a resent creditdelinquencytransitions event.
JSON