Update Customer Subscription
Last updated
Last updated
To update previously created Customer subscription you'll need to provide:
Provide valid resource id
path
/v2/customer-subscriptions/:id
id
of previously created resource
method
POST
We are creating/updating resource, hence POST
method
next_charge_date
YYYY-MM-DD
Date
NO
The day of next charge for a customer subscription. It should be after active-from and before active-to
active_from
YYYY-MM-DD
Date
NO
The day from which a customer subscription is active. It has to be before active-to date.
active_to
YYYY-MM-DD
Date
NO
The day until which a customer subscription is active. Is has to be after active-from date.