Response
Success
Parameters
id mandatory
: string Unique identifier of the payment for which you want to retrieve card details.
Parameters
card
: object Details of the card used to make the payment.
id
: string The unique identifier of the card used by the customer to make the payment.
entity
: string The name of the entity. Here, it is card.
name
: string Name of the cardholder.
last4
: integer The last 4 digits of the card number.
network
: string The card network. Possible values:
American ExpressDiners ClubMaestroMasterCardRuPayUnknownVisa
type
: string The card type. Possible values:
creditdebitprepaidunknown
issuer
: string The card issuer. The 4-character code denotes the issuing bank. This attribute will not be set for the card issued by a foreign bank.
emi
: boolean Indicates whether the card can be used for EMI payment method. Possible values:
true: Card can be used for EMI payments.false: Card cannot be used for EMI payments.
sub_type
: string The sub-type of the customer’s card. Possible values:
customerbusiness
Errors
The API {key/secret} provided is invalid.- code: 4xx
- description: The API credentials passed in the API call differ from the ones generated on the Dashboard.
- solution: The API keys must be active and entered correctly with no whitespace before or after.
- code: 400
- description: The
payment_idprovided is incorrect. - solution: Enter the correct
payment_id.
- code: 400
- description: The payment for the
payment_identered was not completed using a card. - solution: Use a
payment_idwhich was completed using a card.