Adyen · Example Payload

Management Test Output Example

PaymentsFinancial ServicesFintech

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

Top-level fields

merchantIdoutputrequestSentresponseCoderesponseTimestatus

Example Payload

Raw ↑
{
  "merchantId": "REF-500123",
  "output": "example_value",
  "requestSent": "example_value",
  "responseCode": "200",
  "responseTime": "example_value",
  "status": "active"
}