Connector Improvement: [Stripe] Adding Payment Method details to Payment Intent schema
Answered
Hello,
After discussing the issue with the support team who confirmed me that "as per current system design, we do not sync these details yet and this is confirmed by the engineering team handling this connector, I would like that the payment_method_details object to be integrated as a column of the payment_intent table. More specifically I am interested in the network field of the payment_method_details which would enable us making analysis on this dimension.
As you can see below, here is the list of the current columns that are synchronised from stripe api in the payment_intent table and the payment_method_details is missing.
Thanks in advance


-
Official comment
Hi Louis -
Thanks for submitting this feature request. I think this is a very valid schema improvement. We would add a foreign key ID on this table in order to tie back to the PAYMENT_METHOD table. This would ensure that we are not denormalizing our data.
I'll add this to our backlog and work to get it added in a future sprint.
Best,
Erin
Please sign in to leave a comment.
Comments
1 comment