GetSubscriptionStatus Method
Retrieves the status of a recurring payment subscription.
Syntax
[VB.NET] Public Sub GetSubscriptionStatus(ByVal SubscriptionId As String)
[C#] public void GetSubscriptionStatus(string subscriptionId);
Remarks
This method retrieves the current status of the recurring payment subscription specified via SubscriptionId. SubscriptionDetails will be populated with the details about the subscription.
NOTE: This method has a corresponding asynchronous version (GetSubscriptionStatusAsync) for use in the Xamarin environment.