Skip to main content
Use the credit accounts endpoints to create and manage accounts on Marqeta’s credit platform. A credit account centers around a single line of credit that can be accessed by one or more cards. An account’s attributes, such as the credit limit, APR, and fees, are inherited from the policies on its associated bundle. For more on accounts, see About Credit Accounts.

Create account

Action: POST
Endpoint: /credit/accounts
Create a new credit account.

Request body

Sample request body

JSON

Response body

Sample response body

JSON

List accounts

Action: GET
Endpoint: /credit/accounts
Retrieve an array of credit accounts. This endpoint supports sorting and pagination.

URL query parameters

Response body

Sample response body

JSON

Retrieve account

Action: GET
Endpoint: /credit/accounts/{account_token}
Retrieve a credit account.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Update account

Action: PUT
Endpoint: /credit/accounts/{account_token}
Update a credit account.

URL path parameters

Request body

Sample request body

JSON

Response body

Sample response body

JSON