Adyen · Example Payload

Configuration Authentication Example

PaymentsFinancial ServicesFintech

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

Top-level fields

emailpasswordphone

Example Payload

Raw ↑
{
  "email": "user@example.com",
  "password": "example_value",
  "phone": "example_value"
}