Adyen · Example Payload

Management Payment Method Example

PaymentsFinancial ServicesFintech

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

Top-level fields

afterpayTouchallowedapplePaybcmcbusinessLineIdcartesBancairesclearpaycountriescupcurrenciescustomRoutingFlagsdinersdiscovereftpos_australiaenabledgiroPaygirocardgooglePayididealinterac_cardjcbklarnamaestromcmealVoucher_FRpaypalreferenceshopperInteractionsofortstoreIdsswishtwinttypeverificationStatusvippsvisa

Example Payload

Raw ↑
{
  "afterpayTouch": "example_value",
  "allowed": true,
  "applePay": "example_value",
  "bcmc": "example_value",
  "businessLineId": "REF-500123",
  "cartesBancaires": "example_value",
  "clearpay": "example_value",
  "countries": [
    "example_value"
  ],
  "cup": "example_value",
  "currencies": [
    "example_value"
  ],
  "customRoutingFlags": [
    "example_value"
  ],
  "diners": "example_value",
  "discover": "example_value",
  "eftpos_australia": "example_value",
  "enabled": true,
  "giroPay": "example_value",
  "girocard": "example_value",
  "googlePay": "example_value",
  "id": "REF-500123",
  "ideal": "example_value",
  "interac_card": "example_value",
  "jcb": "example_value",
  "klarna": "example_value",
  "maestro": "example_value",
  "mc": "example_value",
  "mealVoucher_FR": "example_value",
  "paypal": "example_value",
  "reference": "REF-500123",
  "shopperInteraction": "example_value",
  "sofort": "example_value",
  "storeIds": [
    "example_value"
  ],
  "swish": "example_value",
  "twint": "example_value",
  "type": "standard",
  "verificationStatus": "valid",
  "vipps": "example_value",
  "visa": "example_value"
}