Query Blocked Cards

Return a paginated list of cards that have been blocked.

SecurityMarketplace API Key | Merchant Secret Token | Admin JWT | Merchant JWT | Marketplace JWT
Request
query Parameters
limit
integer <int32>

Maximum results per page. Default to 20, must be between 1 and 500.

page
integer <int32>

Page number of results to show (starting at page 1).

sort
string

Comma-delimited list of fields to sort by with sort priority from first to last. Fields are sorted by their natural ordering unless prefixed with a - character.

customerId
Array of strings

Filter by merchant customer system identifier.

merchantId
Array of strings

Filter by merchant system identifier.

transactionId
Array of strings

Filter by transaction system identifier.

cardBrand
Array of strings (CardBrand)

Filter by card brand.

Items Enum: "" "American Express" "MasterCard" "Visa" "Diners Club" "Discover" "UnionPay" "Maestro" "Elo" "Mir" "Hiper" "Hipercard" "Jcb" "Electron" "Uatp"
last4
string

Filter by card last four digits.

createdFromInclusive
string <date-time>

Return loans that were created at or after this timestamp in ISO-8601 format

Example: createdFromInclusive=2025-07-11T09:33:45.284624097Z
createdToExclusive
string <date-time>

Return loans that were created before this timestamp in ISO-8601 format

Responses
200

Matching items sorted as specified

400
401
403
404
405
406
409
422
429
500
503
get/sources/blockedcards
Request samples
Response samples
application/json
[
  • {
    }
]
Copyright © Spenda 2025 (formally known as April). All right reserved.