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.

Response Details

NameTypeDescription
pending_duesobjectObject that contains the guest's pending membership due amount-related element: total_amount.
total_amount- Total membership fee amount (in $) that guests must pay to reactivate their membership.
errorobjectObject that contains error message and error code details. For more information, refer to the error Object table.
If error is null, it indicates that the guest's membership has been successfully frozen.

error Object

codeerror_message
3006Invalid Membership Details.
438Authorization has been denied for this request.
Language
Authorization
Header
Click Try It! to start a request and see the response here!