Skip to main content
Use the /businesstransitions endpoints to transition business resources between states, as well as to retrieve and list state changes for a business resource.

Create business transition

Action: POST
Endpoint: /businesstransitions
This endpoint enables you to change a business’ status, depending on your role and the previous status change. By changing a business’ status, you can control the business’ capabilities and the setting of the business.active field. The business.active field is true if your business is in the LIMITED or ACTIVE state, and false if your business is in the UNVERIFIED state. You cannot control the value of the business.active field directly.
Note
The Marqeta platform transitions a business’s status in response to certain events. For example, a business with an UNVERIFIED status transitions to ACTIVE when the business passes KYC.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List business transitions

Action: GET
Endpoint: /businesstransitions/business/{business_token}
List all transitions for a given business.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve business transition

Action: GET
Endpoint: /businesstransitions/{token}
Use this endpoint to retrieve a business transition.

URL path parameters

URL query parameters

Response body

Sample response body

JSON