Get Payment Instrument Information - Field Descriptions
The following page details each of the fields received in the response when using the Get Payment Instrument Information endpoint.
Response Fields
When successful, the Get Payment Instrument Information endpoint returns a 200 response.
| Field | Description |
|---|---|
| intent | Start of the intent object. |
| type | The service which the data needs to be enrolled in. For example, CLICK_TO_PAY. |
| value | The product name for which the request is intended. |
| intent | End of the intent object. |
| paymentInstrument | Start of the paymentInstrument object. |
| type | The type of payment instrument. For example, CARD. |
| cardType | The card type description. For example, Visa Platinum. |
| status | The consumer status. |
| issuerName | The name of the issuer of the card. |
| nameOnCard | The name that appears on the card. |
| accountNumber | The bank account number. |
| tokenDetails | The start of the tokenDetails object. |
| tokenReferenceId | The token reference ID. |
| tokenDetails | The end of the tokenDetails object. |
| billingAddress | Object that contains information on the cardholder's billing address. |
| city | The city for the cardholder's billing address. |
| state | The state for the cardholder's billing address. |
| country | The country for the cardholder's billing address, expressed as a 3-letter (alpha-3) country code as defined in ISO 3166-1. |
| postalCode | The post code for the cardholder's billing address. |
| addressLine1 | The first line of the cardholder's billing address. |
| addressLine2 | The second line of the cardholder's billing address. |
| addressLine3 | The third line of the cardholder's billing address. |
| billingAddress | End of the billingAddress object. |
| expirationDate | The expiration date of the card. |
| paymentAccountReference | The unique payment account reference for the card. |
| paymentInstrument | End of the paymentInstrument object. |
Updated 9 days ago
