Skip to main content

Get prepaid card details

GET 

/customers/:customerId/prepaid/cards/:cardId/details

Card sensitive information can be retrieved via this endpoint.

The API is only available if you are PCI DSS compliant. Contact your Implementation Manager for details.

Request

Path Parameters

    cardId stringrequired

    UUID based Card id.

    customerId stringrequired

    Id of the customer.

Responses

OK

Schema

    pan stringrequired

    The card PAN.

    cvv stringrequired

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

    The card CVV.

    expiry

    object

    required

    Card expiry date.

    month integerrequired

    The month of the card expiry date.

    year integerrequired

    The year of the card expiry date.

    cardHolderName stringrequired

    The card holder name.

Loading...