Adyen · Example Payload

Payouts Card Example

PaymentsFinancial ServicesFintech

Payouts 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

cvcexpiryMonthexpiryYearholderNameissueNumbernumberstartMonthstartYear

Example Payload

Raw ↑
{
  "cvc": "example_value",
  "expiryMonth": "example_value",
  "expiryYear": "example_value",
  "holderName": "Example Name",
  "issueNumber": "example_value",
  "number": "example_value",
  "startMonth": "example_value",
  "startYear": "example_value"
}