CheckPayment

Checks if a payment for a specific order has been completed.

Public Endpoint (no credentials required)

public static VyTask<VyTaskVoid> CheckPayment(string id)

Path Parameters

Returns

VyTask<VyTaskVoid> An asynchronous task that represents the completion of the payment check.

Last updated