Connector Improvement: Stripe payment method is missing card country field
For payment_method (or payment_method_card), it has billing country but it is missing the card country field. This is available on card table as "country" so it would be great if this can be implemented so payment method has the equivalent field. Here is the detail from the API call on the field that is missing -- card.country:
curl -G https://api.stripe.com/v1/payment_methods -d customer=<customer_id> ...
{
"object": "list",
"data": [
{
"id": "<snip>",
"object": "payment_method",
"billing_details": {
"address": {
"country": null, <<---- this is ok / being ingested but null
...
}
"card": {
"brand": "mastercard",
"country": "ES", <<---------- missing this one
-
Official comment
Hi Max - thanks for submitting this request! We don't have this planned in the near term at this time however I do see how this can be a valuable addition to the Stripe connector. We will continue to collect customer demand to justify the commitment to support & maintain a high-quality Fivetran connector. Every upvote on this request increases the case to build it.
Please sign in to leave a comment.
Comments
1 comment