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