JonTroncoso
JonTroncoso

Reputation: 881

Is it possible to change the billingDayOfMonth of braintree subscriptions?

From the documentation it appears that I can only set the billingDayOfMonth when I create a subscription. but I don't see that option when updating a subscription.

https://developers.braintreepayments.com/reference/request/subscription/create/php https://developers.braintreepayments.com/reference/request/subscription/update/php

Is there another way of doing this? Or do I have to cancel a subscription and create a new one? I'd prefer not to do that but not sure what my options are

Upvotes: 0

Views: 106

Answers (1)

Dana K.
Dana K.

Reputation: 319

Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support.

Your initial conclusion is correct — once a subscription has been created, the billing date cannot be updated. You will have to create a new subscription, but you can specify a custom subscription ID that links the new one to the canceled one if that helps you keep track of things.

Upvotes: 1

Related Questions