Skip to main content

Retreive Issuer

POST 

/source/issuer

Retreive Issuer

Request

Body

required
    sourceobjectrequired

    Simplified payment source object for which to retreive the issuer.

    oneOf

    type string

    Possible values: [creditcard]

    number PanNumber (string)

    Possible values: Value must match regular expression ^\d{16,19}$

    The card number as a string without any separators.

    metadataobject

    A set of key-value pairs where both key and value are strings. Metadata allows you to add more information to the object that will be returned later on in responses and webhook messages. Metadata is searchable using the Payment List API.

    property name* string

Responses

Successful operation
Schema
    issuer_name stringrequired

    Name of the card issuing bank. This name is inferred based on the card BIN or IIN.

    issuer_country stringrequired

    Origin country of the card issuer. A two-letter ISO 3166 code.

    issuer_card_type IssuerCardType (string)required

    Possible values: [debit, credit, charge_card, unspecified]

    issuer_card_category IssuerCardCategory (string)required

    Indicates the card category or product type, e.g., Platinum, Signature, etc.

    This field is a human readable text and does not have a defined set of values.

Loading...