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

checkoutSession

Description

Initiate the checkout process for a single payment by calling this endpoint. Save the id and url from response body. The id parameter is the sessionId (Used when checking status of this checkout), and the url parameter is the checkout URL (You pass this to your end-user).

public checkoutSession(reqParams: VyCheckoutSessionRequest) : VyPromise<VyCheckoutSessionDto>

Parameters

reqParams

Request data for the operation

Returns

VyPromise<VyCheckoutSessionDto>

Last updated