Adyen · Example Payload

Adyen Get Grantaccounts Id Example

PaymentsFinancial ServicesFintech

Adyen Get Grantaccounts Id 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-grantAccounts-id",
  "method": "GET",
  "path": "/grantAccounts/{id}",
  "summary": "Adyen Get a Grant Account",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "get-grantAccounts-id200Example",
      "example": {
        "balances": [
          "example_value"
        ],
        "fundingBalanceAccountId": "500123",
        "id": "500123",
        "limits": [
          "example_value"
        ]
      }
    }
  ]
}