Skip to main content
Use the account transitions endpoints to create and retrieve account transitions on Marqeta’s credit platform. An account transition occurs when a credit account transitions to a new status. To receive webhook notifications when account transition events occur, see Credit account transition events in Event Types.

Transition account status

Action: POST
Endpoint: /credit/accounts/{account_token}/accounttransitions
Transition a credit account to a new status.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List account transitions

Action: GET
Endpoint: /credit/accounts/{account_token}/accounttransitions
Retrieve an array of transitions on a credit account. This endpoint supports sorting and pagination.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account transition

Action: GET
Endpoint: /credit/accounts/{account_token}/accounttransitions/{token}
Retrieve a transition for a credit account.

URL path parameters

Response body

Sample response body

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