Skip to main content

Card reference

GET 

/v2/card/get/:cardId

After a successful card addition request, retrieve detailed information about the card using the card registration number.

Request

Path Parameters

    cardId stringrequired

    Possible values: <= 32

    The card registration number

Header Parameters

    Authorization stringrequired

    Send access_token as a Bearer token

Responses

Request Response

Schema

  • Array [

  • code string

    Possible values: [0, 1]

    Indicates whether the request was successful

    description string

    Possible values: [SUCCESS, UNSUCCESS, USER_PAYMENT_VERIFICATION_FAILED, RISK_REJECT, REGULATION_RESTRICTION, PROCESS_FAIL]

    Description of the request status

    tokenId string

    Card token

    cardId string

    Card registration ID

    bin string

    Card BIN

    last4digits string

    Last 4 digits of the card

    holder string

    Cardholder name (as on the card)

    expiryMonth string

    Expiration month

    expiryYear string

    Expiration year

    cardbrand string

    Card brand

    bankno string

    Issuer bank code

    bankname string

    Issuer bank name

    message string

    Алдааны мэдээлэл

  • ]

Loading...