Adyen · Example Payload

Adyen Get Grants Id Example

PaymentsFinancial ServicesFintech

Adyen Get Grants 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-grants-id",
  "method": "GET",
  "path": "/grants/{id}",
  "summary": "Adyen Get Grant Reference Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "get-grants-id200Example",
      "example": {
        "amount": 1000,
        "balances": "example_value",
        "counterparty": "example_value",
        "fee": "example_value",
        "grantAccountId": "500123",
        "grantOfferId": "500123",
        "id": "500123",
        "repayment": "example_value",
        "status": "Pending"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "get-grants-id400Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "get-grants-id401Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "get-grants-id403Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "get-grants-id404Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "get-grants-id422Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "get-grants-id500Example",
      "example": {
        "detail": "example_value",
        "errorCode": "CODE123",
        "instance": "example_value",
        "invalidFields": [
          "example_value"
        ],
        "requestId": "500123",
        "response": "example_value",
        "status": 500,
        "title": "example_value",
        "type": "standard"
      }
    }
  ]
}