Get Membership Tries Report

This API retrieves a flat-file report of membership recurring invoice collection tries with detailed try status, payment information, and decline details. Supports filtering by centers, date ranges, invoice statuses, try statuses, recurring statuses, payment types, days pending buckets, and grouping columns. Results are paginated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response Details

MembershipTriesReportRequest

JSON PropertyData TypeDescription
centersMultiGuidFilterRequestModelList of center IDs to filter the report.
date_typeReportTriesDateTypeDate type filter.
invoice_statusesListList of current invoice statuses to filter.
try_statusesListList of try statuses to filter.
recurring_statusesListList of recurring statuses to filter.
payment_typeListList of payment types to filter.
days_pending_bucketListList of days pending bucket values.
try_start_dateDateTimeTry date range start.
try_end_dateDateTimeTry date range end.
group_columnsListList of group columns for grouping.
guest_idGuidGuest ID filter for group expansion.
membership_idGuidMembership ID filter for group expansion.
invoice_status_idScheduledCollectionStatusInvoice status filter for group expansion.
try_status_idReportTryStatusTry status filter for group expansion.
membership_status_idReportMembershipStatusMembership status filter for group expansion.
recurring_status_idReportMembershipRecurrenceStatusRecurring status filter for group expansion.
invoice_typestringInvoice type filter.
collection_typestringCollection type filter.
try_methodstringTry method filter.
type_of_declineTypeOfDeclineEnumType of decline filter.
what_payment_method_usedstringPayment method used filter.
primary_payment_typestringPrimary payment type filter.
primary_payment_methodstringPrimary payment method filter.
backup_payment_typestringBackup payment type filter.
backup_payment_methodstringBackup payment method filter.
guest_genderstringGuest gender filter.
guest_codestringGuest code filter.
member_codestringMember code filter.
invoice_numberstringInvoice number filter.
try_numberstringTry number filter.
try_datestringTry date filter.
original_scheduled_datestringOriginal scheduled date filter.
payment_method_typestringPayment method type filter.
payment_method_usedstringPayment method used filter.
employee_idGuidEmployee ID filter.
decline_reasonstringDecline reason filter.
decline_fee_chargedstringDecline fee charged filter.
remaining_retry_attemptsstringRemaining retry attempts filter.

MembershipTriesReportResponse

JSON PropertyData TypeDescription
membership_triesListList of membership tries report records.
totalMembershipTriesTotalSummary totals for the report.
paginationPaginationResponseModelPagination details.
errorAPIV2ErrorModelError information if the request fails.

MembershipTriesItem

JSON PropertyData TypeDescription
center_namestringCenter name.
invoice_numberstringInvoice number.
try_numberstringTry number.
try_dateDateTimeDate and time of the try.
try_statusstringTry status.
current_invoice_statusstringCurrent invoice status.
guest_namestringGuest name.
guest_genderstringGuest gender.
membership_namestringMembership name.
primary_payment_typestringPrimary payment type.
primary_payment_methodstringPrimary payment method.
backup_payment_typestringBackup payment type.
backup_payment_methodstringBackup payment method.
membership_statusstringMembership status.
current_recurring_statusstringCurrent recurring status.
original_scheduled_dateDateTimeOriginal scheduled date.
amount_to_be_paiddecimalAmount to be paid.
payment_method_usedstringPayment method used.
payment_method_typestringPayment method type.
try_methodstringTry method.
employee_namestringEmployee name.
collection_typestringCollection type.
invoice_typestringInvoice type.
what_payment_method_usedstringPayment method category used.
decline_reasonstringDecline reason.
type_of_declineTypeOfDeclineEnumType of decline.
decline_fee_chargedstringIndicates whether a decline fee was charged.
decline_fee_invoice_numberstringDecline fee invoice number.
decline_fee_amountdecimalDecline fee amount.
remaining_retry_attemptsstringRemaining retry attempts.
days_pending_bucketstringDays pending bucket.
guest_codestringGuest code.
member_codestringMember code.
invoice_idGuidInvoice ID.
guest_idGuidGuest ID.
center_idGuidCenter ID.
decline_fee_invoice_idGuidDecline fee invoice ID.
membership_idGuidMembership ID.
try_status_idReportTryStatusTry status identifier.
invoice_status_idScheduledCollectionStatusInvoice status identifier.
membership_status_idReportMembershipStatusMembership status identifier.
recurring_status_idReportMembershipRecurrenceStatusRecurring status identifier.
employee_idGuidEmployee ID.

MembershipTriesTotal

JSON PropertyData TypeDescription
amount_to_be_paiddecimalTotal amount to be paid.
decline_fee_amountdecimalTotal decline fee amount.
Query Params
int32

Page number. Use -1 to retrieve all records. Must be -1 or greater than 0.

int32

Number of records per page. Must be greater than 0.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain