Skip to main content

Get Cardholder Blocks

GET 

/api/accounts/:cardholderAccountId/blocks

Get cardholder blocks for the account.

Some blocks scoped to a card can be lifted via a request to the card unfreeze endpoint. To ascertain that unfreeze is allowed, query the card details endpoint.

This API uses cursor-based pagination. Start by making a request without a cursor to get the first page. Use the nextCursor from the pageInfo in the response as the cursor for subsequent requests to retrieve further pages. Empty pages can be expected, subsequent requests may return more items. Continue until nextCursor is undefined, indicating no more data.

Request

Responses

Successful operation