List Card Inquiries
GET/api/accounts/:cardholderAccountId/inquiries
Lists inquiries recorded against a cardholder account, most recent first. Supports an optional inclusive createdAt date range.
This endpoint 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. Continue until nextCursor is undefined, indicating no more data.
Inquiries are used to perform pre-payment checks. Depending on the type, the inquiries purpose can be to validate there are no active blocks on a card or cardholder, or to check their available balance.
Request
Responses
- 200
- 400
- 403
Successful operation
Request fields are invalid.
No Authorization to access resource.