Connector Improvement: Add evidence data for Braintree disputes
AnsweredHello,
Currently, there is no way to get the evidence attached to a Braintree dispute.
In the Braintree API, a Dispute object may have an array of Evidence objects, representing every evidence item attached to said dispute.
Could you add an EVIDENCE table to the Braintree schema? It could have the following columns, with the same data as the corresponding fields in the API:
- ID (VARCHAR)
- DISPUTE_ID (VARCHAR), foreign key for the DISPUTE table.
- COMMENT (VARCHAR)
- CREATED_AT (TIMESTAMP)
- SENT_TO_PROCESSOR_AT (TIMESTAMP)
- URL (VARCHAR)
The relationship between DISPUTE and EVIDENCE records would be 1:n (where n >= 0).
Thank you very much.
Regards,
José María
-
Official comment
Hi Jose -
Thanks so much for submitting this feature request. At this time we don't have this schema enhancement planned, however i will add it to our backlog and continue tracking demand for this improvement.
As a workaround, you could try and use a cloud function to extract this endpoint in the interim.Best,
Erin
-
We are interested in this feature as well. The `evidence` data point is essential for the analysis we would like to make. So we appreciate if you consider it and prioritize it accordingly.
Please sign in to leave a comment.
Comments
2 comments