GetPaymentsMembership

Function: getPaymentsMembership()

getPaymentsMembership<ThrowOnError>(options?): RequestResult<GetPaymentsMembershipResponses, GetPaymentsMembershipErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:637

Retrieves a history of membership-related payments for the authenticated user or organization. The GetMembershipPayments endpoint allows users to track their subscription or membership fees, providing a clear audit trail of past and pending transactions. By interacting with the IPaymentService, this endpoint fetches relevant financial records while ensuring that users can only access data they are authorized to view.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<GetPaymentsMembershipData, ThrowOnError>

Returns

RequestResult<GetPaymentsMembershipResponses, GetPaymentsMembershipErrors, ThrowOnError>

On this page