For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetLineItems

Description

This endpoint retrieves a checkout session's line items.

public static VyTask<VyLineItemsResponseDto> GetLineItems(string sessionId)

Parameters

sessionId

string

This is the session `ID`. It's in the response body when you create a checkout link.

Returns

VyTask<VyLineItemsResponseDto>

Last updated