CheckPayment
Checks if a payment for a specific order has been completed.
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