Adyen · Example Payload

Configuration Card Order Example

PaymentsFinancial ServicesFintech

Configuration Card Order 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

beginDatecardManufacturingProfileIdclosedDateendDateidlockDateserviceCenterstatus

Example Payload

Raw ↑
{
  "beginDate": "2025-03-15T14:30:00Z",
  "cardManufacturingProfileId": "REF-500123",
  "closedDate": "2025-03-15T14:30:00Z",
  "endDate": "2025-03-15T14:30:00Z",
  "id": "REF-500123",
  "lockDate": "2025-03-15T14:30:00Z",
  "serviceCenter": "example_value",
  "status": "closed"
}