Connector Improvement: Braintree: add table with payment methods
Hello!
I'd like to request a new table to be added to the Braintree connector - payment_method.
Existing data schema contains columns with payment method token (e.g. "token" from "paypal_details" table, or "payment_method_token" from "subscription" table). However, there is no dictionary of payment methods. It would help to better identify some information, like credit card brand or customer.
-
Official comment
Hi Oleg - thanks for submitting this request! We don't have this planned in the near term at this time however I can see why having payment method could be helpful for your analytical uses cases.
I will prioritize this among our feature requests of new features and hopefully we can get to it in the near term.
-
Hi
with £0 trial products there are no transactions to link a subscription to a customer. Normally the API could be used to find the customerid from the payment_method_token using the Braintree.PaymentMethod.Find(Subscription.PaymentMethodToken).CustomerId call. Can this be implemented as an extension to this suggestion so that the PaymentMethodToken, SubscriptionId and CustomerId are all represented.
Please sign in to leave a comment.
Comments
2 comments