The card brand endpoint
The CardBrand endpoint retrieves the associated credit card metadata (Product / Brand Name, Art, etc) directly from the card issuer.
CardBrand is only available for visa
and mastercard
credit
cards.
The CardBrand endpoint is available as a:
Type | Use-Case |
---|---|
Product | On-Demand retrieval of credit card metadata (Product / Brand Name, Art, etc) directly from the card issuer |
CardBrand Objects
Unique identifier for the CardBrand.
The ID of the associated Account.
The credit card network. One of visa
or mastercard
The credit card issuer.
The last 4 digits of the card account number.
The brands associated with the card.
If true
, Method requires additional verification (AccountVerificationSession of type pre_auth
) to return the definite brand for an Account, and multiple brands might be returned.
If false
, all verification requirements have been completed, and the brand has been returned by the issuer.
status of the CardBrand.
An object representing an error that occurred while processing this CardBrand. See CardBrand errors.
Timestamp of when the CardBrand was created.
Timestamp of when the CardBrand was last updated.
Webhook Payload
The Webhook payload will contain the following information:
{
"id": "string",
"type": "card_brand.create" | "card_brand.update",
"path": "/accounts/<acc_id>/card_brands/<cbrd_id>",
}