Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Braintree - Pass through custom data with a subscription

Tags:

braintree

Is it possible to pass through custom data when creating a new subscription?

I can see it's possible and documentation for transaction::sale but I can't see anything for subscriptions:

https://developers.braintreepayments.com/javascript+php/guides/recurring-billing/create

If so what key values should I be setting inside

Braintree_Subscription::create
like image 347
arcanine Avatar asked Oct 17 '25 07:10

arcanine


1 Answers

I work as a developer for Braintree. Custom fields only exist as properties of transactions and customers. They are not supported for subscriptions at this time.

like image 120
Kathryn Exline Avatar answered Oct 20 '25 07:10

Kathryn Exline