Upon creating or selecting the member payment card, the member's recurring member subscriptions Future will be set.
The GetFutureRecurringSubscriptionCreation endpoint should be polled to determine the status of the future recurring subscription.
Sets Vista as the payment provider for the member subscription, if not already set to Vista.
The values needed to create the future recurring subscription payment
Success
Request property is invalid or missing, or member cannot set a future subscription.
No member authenticated.
{- "webPaymentMethodId": 0,
- "languageTag": "string",
- "subscriptionBillingOptionId": "string"
}
{- "memberPaymentCardId": "string",
- "webPaymentMethodId": 0,
- "connectorFunctionName": "string",
- "connectorParametersJson": "string",
- "sdkScriptUrls": [
- "string"
], - "isButtonIncluded": true,
- "isPrimaryCardOptionIncluded": true,
- "connectorScriptUrls": [
- "string"
]
}