Adyen · Schema

IssuedCard

IssuedCard schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
authorisationType string The authorisation type. For example, **defaultAuthorisation**, **preAuthorisation**, **finalAuthorisation**
panEntryMode string Indicates the method used for entering the PAN to initiate a transaction. Possible values: **manual**, **chip**, **magstripe**, **contactless**, **cof**, **ecommerce**, **token**.
processingType string Contains information about how the payment was processed. For example, **ecommerce** for online or **pos** for in-person payments.
relayedAuthorisationData object If you are using relayed authorisation, this object contains information from the relayed authorisation response from your server.
schemeTraceId string The identifier of the original payment provided by the scheme. The Id could be alphanumeric or numeric depending on the scheme. The schemeTraceID should be referring to an original schemeUniqueTransac
schemeUniqueTransactionId string The unique identifier created by the scheme. The ID could be alphanumeric or numeric depending on the scheme.
type string **issuedCard**
validationFacts array The evaluation of the validation facts. See [validation checks](https://docs.adyen.com/issuing/validation-checks) for more information.
View JSON Schema on GitHub