Adyen · Example Payload

Adyen Get Pins Publickey Example

PaymentsFinancial ServicesFintech

Adyen Get Pins Publickey 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-pins-publicKey",
  "method": "GET",
  "path": "/pins/publicKey",
  "summary": "Adyen Get RSA PublicKey",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "get-pins-publicKey200Example",
      "example": {
        "publicKey": "example_value",
        "publicKeyExpiryDate": "example_value"
      }
    }
  ]
}