Adyen · Example Payload

Configuration Card Configuration Example

PaymentsFinancial ServicesFintech

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

Top-level fields

activationactivationUrlbulkAddresscardImageIdcarriercarrierImageIdconfigurationProfileIdcurrencyenvelopeinsertlanguagelogoImageIdpinMailershipmentMethod

Example Payload

Raw ↑
{
  "activation": "example_value",
  "activationUrl": "example_value",
  "bulkAddress": "example_value",
  "cardImageId": "REF-500123",
  "carrier": "example_value",
  "carrierImageId": "REF-500123",
  "configurationProfileId": "REF-500123",
  "currency": "USD",
  "envelope": "example_value",
  "insert": "example_value",
  "language": "example_value",
  "logoImageId": "REF-500123",
  "pinMailer": "example_value",
  "shipmentMethod": "example_value"
}