GetPaymentsMembershipById

Function: getPaymentsMembershipById()

getPaymentsMembershipById<ThrowOnError>(options): RequestResult<GetPaymentsMembershipByIdResponses, GetPaymentsMembershipByIdErrors, ThrowOnError>

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

Retrieves the details of a specific membership payment by its unique identifier. The GetMembershipPayment endpoint provides a granular view of a single transaction, including status, amount, and timestamp. This is essential for resolving billing inquiries and providing users with detailed receipts or proof of payment for their membership status.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<GetPaymentsMembershipByIdData, ThrowOnError>

Returns

RequestResult<GetPaymentsMembershipByIdResponses, GetPaymentsMembershipByIdErrors, ThrowOnError>

On this page