v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Fetch the pending membership collection amount of a guest

This API helps you to fetch the pending membership collection amount that a guest needs to pay. This membership collection amount gets accumulated after a guest’s membership has been frozen on multiple occasions. Guests must pay that membership fee amount to reactivate their membership.

You must specify appropriate details for the guest_id and membership_id parameters in the API request.

get/v1/guests/{guest_id}/memberships/{user_membership_id}/pending_dues

Path parameters

guest_idstring required

Mandatory Unique 32-character identifier of the guest.

membership_idstring required

Mandatory Unique 32-character identifier of the guest's membership.

Response

200

{"stackTrail":"paths:/v1/guests/{guest_id}/memberships/{user_membership_id}/pending_dues:get:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "pending_dues": {
    "total_amount": "10"
  }
}