Skip to main content
GET
Get enabled issuer

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

accountId
integer
required

Your account ID

cardIssuerId
integer
required

Issuer ID

Response

200 - application/json

Issuer

Card program returned by account card-issuer endpoints. Same shape as the CardIssuer Eloquent model (plus pivot when listed via the account relation).

id
integer
name_display
string

Short legal name (used in PDPC/TPA legal text)

name_short
string | null
name_system
string | null

Stable system key (e.g. for plugin allowedCardIssuerIds)

name_product
string | null
type_product
string | null
email
string | null

Present on account-enabled list/get; omitted from the global catalog select

product_description_short
string | null
product_description_long
string | null
card_scheme
string | null

e.g. mastercard, visa

logo_name
string | null
logo_url
string | null

Computed absolute URL to issuer logo

card_scheme_logo_url
string | null

Computed absolute URL to scheme logo

created_at
string<date-time>
updated_at
string<date-time>
deleted_at
string<date-time> | null

Present on account-enabled responses; soft-deleted issuers are excluded from the catalog

pivot
object | null

Present on account-attached list/get — when this issuer was enabled on the account