I noticed when testing there is no support for first_billing_date for subscriptions during creation.
Braintree reference:
https://developers.braintreepayments.com/reference/request/subscription/create/ruby#set-start-date
Supposedly the billing_period_start_date should reflect and be calculated by first_billing_date and/or billing_day_of_month.
If anyone has a solution for testing this behaviour please let me know, otherwise I'll see if I can implement this in my spare time.
I noticed when testing there is no support for
first_billing_datefor subscriptions during creation.Braintree reference:
https://developers.braintreepayments.com/reference/request/subscription/create/ruby#set-start-date
Supposedly the
billing_period_start_dateshould reflect and be calculated byfirst_billing_dateand/orbilling_day_of_month.If anyone has a solution for testing this behaviour please let me know, otherwise I'll see if I can implement this in my spare time.