Adyen · Example Payload

Adyen Get Grantoffers Grantofferid Example

PaymentsFinancial ServicesFintech

Adyen Get Grantoffers Grantofferid 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-grantOffers-grantOfferId",
  "method": "GET",
  "path": "/grantOffers/{grantOfferId}",
  "summary": "Adyen Get a Grant Offer",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "get-grantOffers-grantOfferId200Example",
      "example": {
        "accountHolderId": "500123",
        "amount": 1000,
        "contractType": "cashAdvance",
        "expiresAt": "2025-03-15T14:30:00Z",
        "fee": "example_value",
        "id": "500123",
        "repayment": "example_value",
        "startsAt": "2025-03-15T14:30:00Z"
      }
    }
  ]
}