put https://api.revolv3.com/api/Subscriptions//payment-method
Replace primary payment method for a given subscription.
The payment method information or existing payment method info with tax amount (authorized payment method ID or payment method ID) must be provided.
Upon success, the operation will return a status code of 200 (OK).
If an invalid fields or values are submitted, a status of 400 (Bad Request) will be returned.
Name | Description | Default value |
---|---|---|
PaymentMethod | The subscription primary payment information with tax amount, that will be used during the subscription invoice generation | null |
ExistingPaymentMethod | The existing payment method info (payment method id or payment method authorization id), tax amount and original network transaction id | null |