Memberships

A Membership represents a membership belonging to one or more Customers.

Schema

Attributes

  • The ID of the membership

  • The ID of the site this membership belongs to

  • The unique membership number of the lead member. This is always a 10 digit numeric string. Since this field only relates to the lead member, this is now deprecated. Instead, find the membership for the relevant customer in the members array.

  • Possible values are active, needs_dd_mandate, needs_attention, reserved, inactive, expired and upcoming

  • Where the membership was created

    Possible values are self_signup, app, import and unknown

  • Details about the payment method attached to this membership. This payment method is used to take payment on the monthly billing period. If a payment method hasn't been set up, this will be null.

  • The date which the membership starts

  • The date which the membership ends

  • The datetime which the membership was created

  • The basket ID which was used to purchase this membership, if applicable.

  • An external reference for this membership.

  • The date which the membership will next be billed

  • next_charge
    Nullable

    A summary of the next charge that's due for this membership.

    This property is only populated when the membership was retrieved using the `getCustomerMemberships endpoint.

  • A string describing what kind of action needs to take place

    Possible values are no_mandate, setup_unpaid, mandate_revoked, payment_failed, payment_disputed, payment_outstanding and site_id

""
listMemberships

List Memberships

This endpoint lists the Memberships which are associated to the provided site.

Query parameters

  • Filters memberships belonging to the specified customer

  • page
    Optional

    The page to retrieve results from

  • per_page
    Optional

    The number of results to return per page

Responses

  • 200

    The Memberships were successfully retrieved

GET/customers/memberships
200
example response
{
  "data": [
    {
      "site_id": "1dff8c08-5599-3c6e-6c58-8381e03f21f7",
      "members": [
        {
          "customer_id": "7a4960a0-3160-0bac-6b37-39db132c7bcc",
          "membership_number": "1234567890",
          "is_lead": true
        },
        {
          "membership_number": "1234567890"
        }
      ],
      "type": {
        "id": "38f54fd1-cc7f-bd51-926d-5900df96c40d",
        "name": "Gold tier",
        "description": "Enjoy exclusive benefits as part of being a member in our Gold tier",
        "terms": "magna",
        "brand_id": "27a58407-dcd9-8103-0cbc-1a1f11dc5307",
        "offline_payments": true,
        "disable_confirmation_email": true,
        "private": true,
        "visibility": "public",
        "minimum_start_date": "1927-12-20T14:30:01.0Z",
        "min_members": 2,
        "max_members": 4,
        "rates": [],
        "revenue_schedule": "FREQ=WEEKLY",
        "created_at": "1961-01-13T07:37:25.0Z",
        "updated_at": "1963-06-25T15:49:01.0Z",
        "deleted_at": "1966-11-22T03:10:20.0Z"
      },
      "rate": {
        "id": "c3a867d2-d9bf-6fa4-81ee-fbb41d9b99f1",
        "membership_type_id": "d7c6988c-a992-6602-eb8f-243487225826",
        "name": "Standard rate",
        "currency": "GBP",
        "price": 5000,
        "joining_fee": 1000,
        "processors": [
          "voluptate Excepteur cupidatat",
          "non ipsum laboris",
          "nostrud tempor consequat",
          "est ullamco aliqua fugiat"
        ],
        "updated_at": "1920-10-01T07:56:17.0Z"
      },
      "attention_reason": "no_mandate"
    },
    {
      "id": "6330fc39-036f-3b41-4831-cd5f00bcefc6",
      "site_id": "cde79b78-5223-1bcd-f242-6848829c3d74",
      "membership_number": "1234567890",
      "customer": {
        "id": "0563b7ad-2d4f-7e0a-756c-d7742824154a",
        "first_name": "Jane",
        "last_name": "Doe",
        "full_name": "Jane Doe",
        "phone": "+447900000000",
        "has_password": true,
        "dob": "1958-12-09",
        "brand_id": "2e073244-0510-4993-3f12-dd672d34d6fc",
        "site_id": "aa70702b-7878-5d2f-d5c8-348ed90939d8",
        "stripe_id": "cus_1234567890",
        "express_stripe_id": "cus_1234567890",
        "email": "janedoe@example.com",
        "labels": [
          {
            "id": "f3eefdf3-3305-b735-f46e-23d78ffb11a5",
            "value": "VIP",
            "colour": "ff6634"
          },
          {
            "id": "0c03f90c-8403-d1f9-a2cb-8acb36f4754c",
            "value": "VIP",
            "colour": "ff6634"
          },
          {
            "id": "b66595bd-9e8c-d12e-f240-6c77ff084f2e",
            "value": "VIP",
            "colour": "ff6634"
          }
        ],
        "preferred_locale": "en",
        "locked_at": "1892-06-01T11:43:07.0Z",
        "created_at": "1962-11-26T08:57:04.0Z",
        "updated_at": "1936-10-24T05:12:41.0Z",
        "deleted_at": "1945-11-05T21:54:17.0Z",
        "last_active_at": "1966-04-16T13:54:27.0Z",
        "email_verified_at": "1924-02-02T07:14:26.0Z",
        "last_check_in": {
          "checked_in_at": "1960-04-03T18:19:19.0Z",
          "method": "Scanned"
        },
        "avatar_id": "000000-000000-000000-000000",
        "avatar": {
          "id": "76ecaecf-b646-291f-4024-f68a7ddb5681",
          "file_name": "super-cool-photo.jpg",
          "mime_type": "image/jpeg",
          "size": 84256,
          "url": "https://example.com/media/super-cool-photo.jpg"
        },
        "external_ref": "ex ut Duis incididunt ipsum"
      },
      "type": {
        "id": "08e938bd-b5c0-3064-98eb-b3b613232f5d",
        "name": "Gold tier",
        "description": "Enjoy exclusive benefits as part of being a member in our Gold tier",
        "terms": "eu voluptate nostrud veniam",
        "brand_id": "2636c53d-d177-9034-6054-6ba3870b6b3c",
        "offline_payments": false,
        "disable_confirmation_email": false,
        "private": false,
        "visibility": "link_only",
        "minimum_start_date": "1920-08-06T01:03:19.0Z",
        "min_members": 2,
        "max_members": 4,
        "rates": [
          {
            "id": "2a03cf96-8974-e9cb-55a7-ff97e42ce72a",
            "membership_type_id": "59fa82cd-03ec-9a98-5a4b-4c5852b1c84d",
            "joining_fee": 1000,
            "default_duration": "P1Y",
            "private": true,
            "created_at": "1915-05-09T15:36:46.0Z"
          },
          {
            "id": "a420d806-9b00-f300-cc94-a378dbfae1a1",
            "name": "Standard rate",
            "billing_frequency": "P1M",
            "processors": [
              "nisi ut velit",
              "et",
              "sunt quis amet",
              "non",
              "esse ullamco laborum fugiat amet"
            ],
            "private": true,
            "updated_at": "1925-02-28T13:39:15.0Z"
          }
        ],
        "revenue_schedule": "FREQ=WEEKLY",
        "created_at": "1901-02-22T06:24:16.0Z",
        "updated_at": "1910-12-10T18:39:01.0Z",
        "deleted_at": "1964-03-02T21:06:45.0Z"
      },
      "rate": {
        "id": "85105cbe-aa7d-af08-910b-a8ce713fae25",
        "membership_type_id": "fee601c3-6d3d-846f-77ea-45399d067d30",
        "name": "Standard rate",
        "currency": "GBP",
        "joining_fee": 1000,
        "processors": [
          "nostrud laborum ex",
          "incididunt Excepteur",
          "culpa Excepteur commodo eu in",
          "aliquip in",
          "pariatur"
        ],
        "updated_at": "1900-08-21T04:28:33.0Z"
      },
      "status": "reserved",
      "source": "import",
      "payment_method": {
        "id": "nisi aute ex",
        "type": "card",
        "last_4": "ad proident non veniam",
        "status": "revoked",
        "card_brand": "amex"
      },
      "start_date": "1914-10-13T13:30:45.0Z",
      "end_date": "1969-11-15T14:55:49.0Z",
      "created_at": "1937-01-13T16:33:59.0Z",
      "external_ref": "pariatur exercitation non",
      "next_billing_date": "1960-06-10T11:57:43.0Z",
      "next_charge": {
        "id": "e2fe8599-2459-58e8-022d-d36133e43479",
        "amount": 3995,
        "currency": "GBP",
        "status": "errored",
        "billing_period_from": "1969-07-15",
        "billing_period_to": "1968-08-20"
      },
      "attention_reason": "payment_failed"
    },
    {
      "id": "f01202bd-657b-5db6-c943-c89cfec60ac1",
      "site_id": "19eef1e6-1420-375e-11b3-5a6f4cc98227",
      "customer": {
        "id": "606822b9-abe7-7b49-0348-ff0f647e1cf6",
        "first_name": "Jane",
        "last_name": "Doe",
        "full_name": "Jane Doe",
        "phone": "+447900000000",
        "has_password": true,
        "dob": "1954-10-08",
        "brand_id": "7f0270e5-cd97-18b6-c34a-acd79880e924",
        "site_id": "f4e85d5e-e981-bd1f-2aec-9e295b64f73a",
        "stripe_id": "cus_1234567890",
        "express_stripe_id": "cus_1234567890",
        "email": "janedoe@example.com",
        "labels": [
          {
            "id": "5801daec-fd48-c52c-7362-fe6348e84cb6",
            "value": "VIP",
            "colour": "ff6634"
          },
          {
            "id": "d4e31e1c-7cf9-2ae3-298e-14cad5a9f02f",
            "value": "VIP",
            "colour": "ff6634"
          },
          {
            "id": "e38c6d7a-cc87-aeaa-e839-d376bb4d8b2b",
            "value": "VIP",
            "colour": "ff6634"
          },
          {
            "id": "37ccd1f9-6637-e00b-1373-5b832be43aac",
            "value": "VIP",
            "colour": "ff6634"
          }
        ],
        "preferred_locale": "en",
        "locked_at": "1915-04-28T16:23:32.0Z",
        "created_at": "1934-02-04T12:46:32.0Z",
        "updated_at": "1923-08-14T02:13:51.0Z",
        "deleted_at": "1966-08-24T16:11:14.0Z",
        "last_active_at": "1896-05-18T17:01:58.0Z",
        "email_verified_at": "1893-08-10T18:01:24.0Z",
        "last_check_in": {
          "checked_in_at": "1896-06-03T01:44:37.0Z",
          "method": "Scanned"
        },
        "avatar_id": "000000-000000-000000-000000",
        "avatar": {
          "id": "ff7c6209-2c19-ce7f-1207-0dc23dac0329",
          "file_name": "super-cool-photo.jpg",
          "mime_type": "image/jpeg",
          "size": 84256,
          "url": "https://example.com/media/super-cool-photo.jpg"
        },
        "external_ref": "enim"
      },
      "members": [
        {
          "membership_number": "1234567890"
        },
        {
          "membership_number": "1234567890"
        },
        {
          "customer_id": "fa64c715-38a8-90fe-da5e-b5464fb97a61"
        },
        {
          "customer_id": "ef36436b-1eaf-540a-1f8c-d0c20cb7f5d8",
          "membership_number": "1234567890",
          "is_lead": false
        }
      ],
      "type": {
        "id": "d1a54b10-6daa-9dec-39f2-c0a84ca798ff",
        "name": "Gold tier",
        "description": "Enjoy exclusive benefits as part of being a member in our Gold tier",
        "terms": "ad Excepteur elit magna dolor",
        "brand_id": "50ee92c4-8514-2896-cd33-6a692679fbf5",
        "offline_payments": false,
        "disable_confirmation_email": false,
        "private": true,
        "visibility": "public",
        "minimum_start_date": "1944-12-07T21:27:33.0Z",
        "min_members": 2,
        "max_members": 4,
        "rates": [
          {
            "id": "0a8f976f-fb2b-194e-f03d-9d6b0c9d12c2",
            "price": 5000,
            "created_at": "1939-03-03T01:23:26.0Z"
          },
          {
            "id": "bbe0a174-447d-b829-6b9c-07c66cb135db",
            "membership_type_id": "b5632335-a7ca-1c41-2f80-4f0e85baf7d1",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "joining_fee": 1000,
            "tax": 1250,
            "billing_frequency": "P1M",
            "processors": [
              "velit exercitation est id",
              "occaecat irure",
              "aliquip laboris est Lorem"
            ]
          },
          {
            "id": "d64cf558-7061-f093-6ba4-14bfa57a849e",
            "membership_type_id": "dc8b312c-7538-18cb-66af-085a000a3f23",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "joining_fee": 1000,
            "tax": 1250,
            "billing_frequency": "P1M",
            "processors": [
              "id Duis velit consectetur"
            ],
            "default_duration": "P1Y",
            "private": true,
            "created_at": "1945-05-22T19:05:16.0Z",
            "updated_at": "1936-12-25T01:19:21.0Z"
          },
          {
            "membership_type_id": "1d89a87f-9523-6bef-81d5-e75cf63dbefe",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "joining_fee": 1000,
            "tax": 1250,
            "billing_frequency": "P1M",
            "processors": [],
            "default_duration": "P1Y",
            "private": true,
            "updated_at": "1890-12-19T19:14:26.0Z"
          },
          {
            "membership_type_id": "3569f6dd-ec8c-6cfd-38d0-77fc9206c0bf",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "joining_fee": 1000,
            "tax": 1250,
            "processors": [
              "ad ipsum nisi laboris adipisicing",
              "ipsum dolor",
              "amet magna aute",
              "do ex fugiat enim id"
            ],
            "created_at": "1914-08-10T07:20:01.0Z",
            "updated_at": "1933-07-23T20:25:30.0Z"
          }
        ],
        "revenue_schedule": "FREQ=WEEKLY",
        "created_at": "1954-02-08T20:36:04.0Z",
        "updated_at": "1962-06-05T18:25:13.0Z",
        "deleted_at": "1966-05-12T10:18:01.0Z"
      },
      "rate": {
        "id": "5feb0ba6-a384-6b51-f47f-a03fc0111f99",
        "membership_type_id": "7958da6d-eb73-a3c7-c3fd-baa78a5ee625",
        "name": "Standard rate",
        "currency": "GBP",
        "price": 5000,
        "joining_fee": 1000,
        "tax": 1250,
        "billing_frequency": "P1M",
        "processors": [
          "anim",
          "consectetur"
        ],
        "default_duration": "P1Y",
        "private": true,
        "created_at": "1891-05-10T02:56:35.0Z",
        "updated_at": "1944-07-13T01:21:58.0Z"
      },
      "source": "import",
      "payment_method": {
        "id": "quis velit exercitation",
        "type": "direct_debit",
        "last_4": "do Excepteur ipsum anim magna",
        "status": "revoked",
        "card_brand": "amex"
      },
      "start_date": "1904-12-31T06:23:09.0Z",
      "created_at": "1954-05-20T01:58:40.0Z",
      "external_ref": "in qui",
      "attention_reason": "setup_unpaid"
    },
    {
      "id": "d050931a-d74e-7bb8-d175-2617e0666fcb",
      "members": [
        {
          "customer_id": "6cd77bee-64cf-e2fc-9299-85743e01a769",
          "membership_number": "1234567890",
          "is_lead": true
        },
        {
          "customer_id": "532fc788-780f-2faf-f75f-a71e69418e63"
        },
        {
          "customer_id": "05963d4d-dd65-8b81-5492-bc49e9ba52f4",
          "membership_number": "1234567890",
          "is_lead": false
        },
        {
          "customer_id": "caf70685-0b83-a2ca-197a-af5abbe5ec23",
          "membership_number": "1234567890",
          "is_lead": true
        }
      ],
      "type": {
        "id": "eefb79a8-4796-f398-f5df-d946dc9933aa",
        "name": "Gold tier",
        "description": "Enjoy exclusive benefits as part of being a member in our Gold tier",
        "terms": "Ut Excepteur non ut irure",
        "brand_id": "8dbeb21b-e371-b9e5-1471-7c376e6a9a8f",
        "offline_payments": false,
        "disable_confirmation_email": true,
        "private": true,
        "visibility": "link_only",
        "minimum_start_date": "1901-03-13T02:05:56.0Z",
        "min_members": 2,
        "max_members": 4,
        "rates": [
          {
            "id": "12d0ca10-2a88-468b-eb27-0dd63bd27e7e",
            "membership_type_id": "c258164f-8b03-5028-e44f-9ab603ea60de"
          },
          {
            "id": "68d85ccc-9e27-c9b6-2f4e-29859c7a150b",
            "membership_type_id": "dc679ad9-0aab-ba97-d736-6bfde4b95be0",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "joining_fee": 1000,
            "created_at": "1923-01-20T14:52:15.0Z"
          },
          {
            "id": "0a5474dd-b7ac-9eb6-2c03-749637888ff3",
            "name": "Standard rate",
            "currency": "GBP",
            "price": 5000,
            "processors": [
              "ipsum",
              "est do laborum",
              "ea in ut"
            ],
            "default_duration": "P1Y",
            "created_at": "1909-12-08T20:05:46.0Z",
            "updated_at": "1918-10-31T05:36:09.0Z"
          }
        ],
        "revenue_schedule": "FREQ=WEEKLY",
        "created_at": "1914-02-07T17:16:35.0Z",
        "updated_at": "1966-11-29T13:53:58.0Z",
        "deleted_at": "1918-07-08T09:22:47.0Z"
      },
      "start_date": "1904-08-14T23:27:18.0Z",
      "external_ref": "aliquip et",
      "next_charge": {
        "id": "f4024404-4baa-f568-9327-3267abba2877",
        "amount": 3995,
        "currency": "GBP",
        "status": "succeeded",
        "billing_period_from": "1899-05-09",
        "billing_period_to": "1925-01-03"
      }
    }
  ],
  "meta": {
    "from": 1,
    "to": 2,
    "total": 2,
    "current_page": 1,
    "last_page": 2,
    "per_page": 15,
    "path": "http://example.com/api"
  },
  "links": {
    "first": "http://example.com?page=1",
    "next": "https://example.com?page=3",
    "prev": "https://example.com?page=1",
    "last": "https://example.com?page=4"
  }
}
getMembership

Show a membership

Use this endpoint to retrieve a Membership by its ID.

Path parameters

Responses

  • 200

    The Membership was successfully retrieved

  • 404

    The resource couldn't be found

GET/customers/memberships/{membershipId}
200
example response
{
  "data": {
    "id": "216a4f5d-5d70-f789-d01e-cc4ff6b0a926",
    "site_id": "96ef8683-c73b-480f-3111-8e1e5d256bc8",
    "customer": {
      "id": "1b49f37d-3c67-62e3-6c60-f5dc55b2e061",
      "first_name": "Jane",
      "last_name": "Doe",
      "full_name": "Jane Doe",
      "phone": "+447900000000",
      "has_password": true,
      "dob": "1911-09-26",
      "brand_id": "fb18b7da-9d46-e12f-8f6f-ad81e2e222f2",
      "site_id": "039ded65-406d-652e-ef42-6ae210ef7e93",
      "stripe_id": "cus_1234567890",
      "express_stripe_id": "cus_1234567890",
      "email": "janedoe@example.com",
      "labels": [
        {
          "id": "31ab9be2-d892-f4b7-255c-b3af37c6075a",
          "value": "VIP",
          "colour": "ff6634"
        },
        {
          "id": "8fc27237-eb87-986f-b798-f60643b898b5",
          "value": "VIP",
          "colour": "ff6634"
        }
      ],
      "preferred_locale": "en",
      "locked_at": "1890-03-24T01:49:32.0Z",
      "created_at": "1943-04-16T12:47:57.0Z",
      "updated_at": "1964-03-26T07:57:44.0Z",
      "deleted_at": "1919-07-25T12:03:05.0Z",
      "last_active_at": "1941-10-28T11:09:01.0Z",
      "email_verified_at": "1928-11-20T04:05:18.0Z",
      "last_check_in": {
        "checked_in_at": "1924-10-14T09:04:49.0Z",
        "method": "Scanned"
      },
      "avatar_id": "000000-000000-000000-000000",
      "avatar": {
        "id": "eb773dc5-e3b1-8f2c-610a-72aeea50fe22",
        "file_name": "super-cool-photo.jpg",
        "mime_type": "image/jpeg",
        "size": 84256,
        "url": "https://example.com/media/super-cool-photo.jpg"
      },
      "external_ref": "cupidatat nulla cillum eu culpa"
    },
    "members": [
      {
        "customer_id": "a8c1f0df-98fe-f576-f3be-7a30d2b1d175"
      },
      {
        "customer_id": "23c710d1-ab69-0832-b1b1-51ef8ac2d610",
        "membership_number": "1234567890"
      },
      {
        "customer_id": "f998fc5a-e469-a9ff-3e3e-2c1d0a26bf72",
        "membership_number": "1234567890"
      },
      {
        "customer_id": "1990298b-e0f1-c6c2-a9f3-a7dd2a3e9cad",
        "membership_number": "1234567890",
        "is_lead": true
      }
    ],
    "type": {
      "id": "a6e5d154-cce6-97e8-a6c4-efd28a55ae8c",
      "name": "Gold tier",
      "description": "Enjoy exclusive benefits as part of being a member in our Gold tier",
      "terms": "qui tempor Lorem",
      "brand_id": "8ca304dd-6456-f76d-e928-c3e0691d46a4",
      "offline_payments": false,
      "disable_confirmation_email": false,
      "private": false,
      "visibility": "private",
      "minimum_start_date": "1902-06-24T17:42:35.0Z",
      "min_members": 2,
      "max_members": 4,
      "rates": [
        {
          "id": "5319a929-b580-f537-4785-cba5aa756a31",
          "membership_type_id": "d0870a81-5436-05ae-e3c2-ce447a61421f",
          "name": "Standard rate",
          "currency": "GBP",
          "price": 5000,
          "private": true,
          "created_at": "1942-10-09T12:29:06.0Z",
          "updated_at": "1900-02-19T23:33:27.0Z"
        },
        {
          "id": "cfecf02a-b06c-f2c9-28b8-60b958f3171b",
          "membership_type_id": "1573a70d-e9ee-9bbf-f60d-2221d5d9b5dc",
          "name": "Standard rate",
          "currency": "GBP",
          "price": 5000,
          "joining_fee": 1000,
          "tax": 1250,
          "billing_frequency": "P1M",
          "processors": [
            "in",
            "pariatur"
          ],
          "default_duration": "P1Y",
          "private": true,
          "created_at": "1921-11-15T19:23:44.0Z",
          "updated_at": "1947-01-29T02:37:51.0Z"
        },
        {
          "id": "4fb792e4-bd80-1bae-42c7-552da1bc569d",
          "membership_type_id": "88bafb09-adea-4ad8-85e4-3b4d9a638dd2",
          "name": "Standard rate",
          "currency": "GBP",
          "price": 5000,
          "joining_fee": 1000,
          "tax": 1250,
          "billing_frequency": "P1M",
          "created_at": "1905-04-11T01:12:42.0Z"
        },
        {
          "id": "96f5407a-8cda-25d6-c18f-428ba7eab646",
          "membership_type_id": "d95c2759-9c86-b1c4-c49c-2e6c31c0dd89",
          "name": "Standard rate",
          "currency": "GBP",
          "price": 5000,
          "joining_fee": 1000,
          "tax": 1250,
          "billing_frequency": "P1M",
          "processors": [
            "proident",
            "id ea in",
            "qui sunt laboris",
            "eu elit",
            "voluptate eiusmod amet qui reprehenderit"
          ],
          "default_duration": "P1Y",
          "private": true
        },
        {
          "id": "623a90fa-57ed-5d39-713e-be90dc693d01",
          "membership_type_id": "d743b65f-eb26-e9e0-bc77-4a0882f3b63a",
          "name": "Standard rate",
          "currency": "GBP",
          "price": 5000,
          "joining_fee": 1000,
          "tax": 1250,
          "billing_frequency": "P1M",
          "processors": [
            "enim cillum sed voluptate mollit"
          ],
          "default_duration": "P1Y",
          "private": true,
          "updated_at": "1891-09-14T03:22:36.0Z"
        }
      ],
      "revenue_schedule": "FREQ=WEEKLY",
      "created_at": "1945-10-15T11:39:15.0Z",
      "updated_at": "1926-06-08T21:53:16.0Z",
      "deleted_at": "1904-07-02T05:54:05.0Z"
    },
    "source": "import",
    "start_date": "1969-10-30T06:14:50.0Z",
    "end_date": "1935-12-28T15:38:39.0Z",
    "created_at": "1961-07-24T06:55:59.0Z",
    "external_ref": "ipsum Excepteur Duis incididunt",
    "next_billing_date": "1957-11-26T12:19:32.0Z",
    "next_charge": {
      "id": "425182cf-f5d7-29c5-a51f-d43d8dbfdd16",
      "amount": 3995,
      "currency": "GBP",
      "status": "processing",
      "billing_period_from": "1962-12-03",
      "billing_period_to": "1960-10-29"
    },
    "attention_reason": "setup_unpaid"
  }
}
404
example response
{
  "message": "The requested resource could not be found"
}
actionAddMembershipChargePayment

Record a manual payment against a charge

This endpoint allows a manual (off-Trybe) payment to be recorded against a membership charge.

Path parameters

Request body

  • The ID of the custom payment type this payment should be recorded as

Responses

  • 200

    A charge against a membership.

  • 404

    The resource couldn't be found

POST/shop/memberships/{membershipId}/charges/{chargeId}/payment
200
example response
{
  "data": {
    "id": "599b1315-b538-0208-ea3a-834b0c974b69",
    "membership": {
      "id": "8e4188ba-4002-d40c-24b7-e62b30b6f44c",
      "membership_number": "00000014",
      "type_name": "Gold Membership",
      "customer_id": "671fde84-2fe0-8ba0-048a-e35dad29a87e"
    },
    "processor": "adyen",
    "processor_data": {
      "cardholder_name": "Mrs J Jones",
      "processor_type": "Cash",
      "processor_type_id": "67ebd6e9dc9be40132000079"
    },
    "amount": 3995,
    "currency": "gbp",
    "tax": 1000,
    "status": "succeeded",
    "can_download_receipt": false,
    "amount_refunded": "anim est",
    "refunded": "Ut",
    "refunds": [
      {
        "id": "30cc203b-da13-2f9f-76ca-02416747e79c",
        "status": "succeeded",
        "amount": 995,
        "currency": "gbp",
        "notes": "Gesture of good will",
        "failure_reason": "invalid_details",
        "refunded_by": {
          "id": "2c08dff2-7762-a93d-91f8-30cb299b8db2",
          "full_name": "Jane Jenkins"
        },
        "processor_data": {
          "processor": "adyen",
          "processor_id": "re_64301e0b2df9d11814010ea6"
        },
        "created_at": "1924-09-28T08:42:51.0Z",
        "updated_at": "1892-03-23T22:37:16.0Z"
      },
      {
        "id": "d826ed3d-ab6c-9875-f2f4-b56e9b491531",
        "status": "succeeded",
        "amount": 995,
        "currency": "gbp",
        "notes": "Gesture of good will",
        "failure_reason": "invalid_details",
        "refunded_by": {
          "id": "8733d8a9-4284-a2db-cf40-b95cbd11d4e1",
          "full_name": "Jane Jenkins"
        },
        "processor_data": {
          "processor": "adyen",
          "processor_id": "re_64301e0b2df9d11814010ea6"
        },
        "created_at": "1902-06-18T06:33:26.0Z",
        "updated_at": "1900-06-12T10:06:21.0Z"
      },
      {
        "id": "34b474d4-c5a1-5ee9-5e0c-09c1e545fe26",
        "status": "succeeded",
        "amount": 995,
        "currency": "gbp",
        "notes": "Gesture of good will",
        "failure_reason": "invalid_details",
        "refunded_by": {
          "id": "83139024-4bb5-2561-5bc2-c0b9db12003c",
          "full_name": "Jane Jenkins"
        },
        "processor_data": {
          "processor": "adyen",
          "processor_id": "re_64301e0b2df9d11814010ea6"
        },
        "created_at": "1916-08-01T05:23:59.0Z",
        "updated_at": "1944-02-23T08:36:01.0Z"
      },
      {
        "id": "1b9400bc-273b-8366-ffa1-249cf290ddaf",
        "status": "succeeded",
        "amount": 995,
        "currency": "gbp",
        "notes": "Gesture of good will",
        "refunded_by": {
          "id": "f6f8efad-96f2-4ead-26c3-f47ea3cb516a",
          "full_name": "Jane Jenkins"
        },
        "processor_data": {
          "processor": "adyen",
          "processor_id": "re_64301e0b2df9d11814010ea6"
        },
        "created_at": "1917-05-27T19:05:32.0Z",
        "updated_at": "1928-12-03T09:03:27.0Z"
      },
      {
        "id": "dbb4618f-c385-b17a-0564-fd22b7853016",
        "status": "succeeded",
        "amount": 995,
        "currency": "gbp",
        "notes": "Gesture of good will",
        "failure_reason": "invalid_details",
        "refunded_by": {
          "id": "50a40207-54c1-c570-4339-8127f7ffa2aa",
          "full_name": "Jane Jenkins"
        },
        "processor_data": {
          "processor": "adyen",
          "processor_id": "re_64301e0b2df9d11814010ea6"
        },
        "created_at": "1962-10-10T09:26:17.0Z",
        "updated_at": "1952-08-07T13:19:31.0Z"
      }
    ],
    "site_id": "d20d22ec-f536-c257-7ff1-a396df445df9",
    "billing_period_from": "1906-03-14",
    "billing_period_to": "1964-05-08",
    "created_at": "1922-01-07T15:12:58.0Z",
    "updated_at": "1950-10-17T13:52:02.0Z"
  }
}
404
example response
{
  "message": "The requested resource could not be found"
}