Adyen · Example Payload

Transfer Webhooks Issued Card Example

PaymentsFinancial ServicesFintech

Transfer Webhooks Issued Card Example is an example object payload from Adyen, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

authorisationTypepanEntryModeprocessingTyperelayedAuthorisationDataschemeTraceIdschemeUniqueTransactionIdtypevalidationFacts

Example Payload

Raw ↑
{
  "authorisationType": "standard",
  "panEntryMode": "chip",
  "processingType": "atmWithdraw",
  "relayedAuthorisationData": "example_value",
  "schemeTraceId": "REF-500123",
  "schemeUniqueTransactionId": "REF-500123",
  "type": "issuedCard",
  "validationFacts": [
    "example_value"
  ]
}