Adyen · Example Payload

Recurring Permit Example

PaymentsFinancial ServicesFintech

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

Top-level fields

partnerIdprofileReferencerestrictionresultKeyvalidTillDate

Example Payload

Raw ↑
{
  "partnerId": "REF-500123",
  "profileReference": "REF-500123",
  "restriction": "example_value",
  "resultKey": "example_value",
  "validTillDate": "2025-03-15T14:30:00Z"
}