是否可以更改 braintree 订阅的 billingDayOfMonth?
Is it possible to change the billingDayOfMonth of braintree subscriptions?
从文档中可以看出,我只能在创建订阅时设置 billingDayOfMonth
。但我在更新订阅时没有看到该选项。
https://developers.braintreepayments.com/reference/request/subscription/create/php
https://developers.braintreepayments.com/reference/request/subscription/update/php
还有其他方法吗?还是我必须取消订阅并创建新订阅?我不想那样做,但不确定我的选择是什么
完全披露:我在 Braintree 工作。如果您有任何其他问题,请随时联系 support.
您的初步结论是正确的 — 创建订阅后,billing date cannot be updated. You will have to create a new subscription, but you can specify a custom subscription ID 会将新订阅链接到已取消的订阅,如果这有助于您跟踪事情的话。
从文档中可以看出,我只能在创建订阅时设置 billingDayOfMonth
。但我在更新订阅时没有看到该选项。
https://developers.braintreepayments.com/reference/request/subscription/create/php https://developers.braintreepayments.com/reference/request/subscription/update/php
还有其他方法吗?还是我必须取消订阅并创建新订阅?我不想那样做,但不确定我的选择是什么
完全披露:我在 Braintree 工作。如果您有任何其他问题,请随时联系 support.
您的初步结论是正确的 — 创建订阅后,billing date cannot be updated. You will have to create a new subscription, but you can specify a custom subscription ID 会将新订阅链接到已取消的订阅,如果这有助于您跟踪事情的话。