Skip to main content

Retrieve Additional Credit Card Details

GET 

/card-details/{card-number}

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Retrieves additional details of a credit card.

Request

Path Parameters

    card-number passwordrequired

    Possible values: non-empty and <= 20 characters

    Card Number

Query Parameters

    processing_entity_id uuidrequired

    ID of processing entity.

Responses

OK

Schema

    card

    object

    Card Details

    maskedCardNumber string
    last4Digits string

    Possible values: >= 4 characters and <= 4 characters

    type string

    brands

    object

    main stringrequired
    secondary string
    isPrepaid boolean
    product string
    program string
    visaDirectSupport boolean
    dccAllowed boolean
    issuerCountry string

    Possible values: >= 2 characters and <= 2 characters

    issuerBankName string
    currency string

    Possible values: >= 3 characters and <= 3 characters

    result

    object

    required

    status stringrequired

    Possible values: [success, error]

    errors

    object

    code string

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Unexpected error
Loading...