GetPaymentsEnrollmentById

Function: getPaymentsEnrollmentById()

getPaymentsEnrollmentById<ThrowOnError>(options): RequestResult<GetPaymentsEnrollmentByIdResponses, GetPaymentsEnrollmentByIdErrors, ThrowOnError>

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

Retrieves a specific enrollment payment detail by its unique identifier. This endpoint serves to verify the payment status of a particular activity registration, offering a breakdown of the transaction details for both the user and administrative staff.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<GetPaymentsEnrollmentByIdData, ThrowOnError>

Returns

RequestResult<GetPaymentsEnrollmentByIdResponses, GetPaymentsEnrollmentByIdErrors, ThrowOnError>

On this page