CheckoutSession

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

public static VyTask<VyCreateCheckoutLinkResponse> CheckoutSession(VyCheckoutSessionRequest reqParams)

Parameters

reqParams

Request data for the operation

Returns

VyTask<VyCreateCheckoutLinkResponse>

Last updated