GET
/
api
/
v1
/
fee_payments
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "payer": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "localCenter": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "alias": "<string>",
      "id": 123,
      "name": "<string>"
    },
    "type": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "namePlural": "<string>",
      "position": 123,
      "isUserType": true,
      "options": [
        "<string>"
      ],
      "isLocalCenter": true,
      "isLocalCenterParent": true,
      "isNational": true,
      "chartName": "<string>"
    },
    "fullName": "<string>",
    "dateJoined": "2023-11-07T05:31:56Z",
    "familyNth": "<string>",
    "cardId": "<string>",
    "dateJoinedFullMember": "2023-11-07T05:31:56Z"
  },
  "localCenter": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "alias": "<string>",
    "id": 123,
    "name": "<string>"
  },
  "status": 123,
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateModified": "2023-11-07T05:31:56Z",
  "currency": "<string>",
  "value": 123,
  "isLocal": true,
  "method": "<string>",
  "productPayments": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "amount": 123,
      "periodStart": "2023-11-07T05:31:56Z",
      "periodEnd": "2023-11-07T05:31:56Z",
      "stripeInvoiceId": "<string>",
      "stripePaymentId": "<string>",
      "user": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "firstName": "<string>",
        "lastName": "<string>",
        "dateCreated": "2023-11-07T05:31:56Z",
        "localCenter": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "alias": "<string>",
          "id": 123,
          "name": "<string>"
        },
        "type": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "namePlural": "<string>",
          "position": 123,
          "isUserType": true,
          "options": [
            "<string>"
          ],
          "isLocalCenter": true,
          "isLocalCenterParent": true,
          "isNational": true,
          "chartName": "<string>"
        },
        "fullName": "<string>",
        "dateJoined": "2023-11-07T05:31:56Z",
        "familyNth": "<string>",
        "cardId": "<string>",
        "dateJoinedFullMember": "2023-11-07T05:31:56Z"
      },
      "status": "open"
    }
  ]
}

Path Parameters

id
string
required

FeePayment identifier

Response

200
application/ld+json

FeePayment resource