Connector Improvement: Stripe connector - support ach_debit
AnsweredIt appears the ach_debit type is not supported for the fivetran stripe connector.
This is important as we use it to track payment success rates and it's readily available in the stripe API response. Other etl providers such as stitch already include this.
-
Official comment
Hi Anthony -
Thanks for submitting this feature request. Are you referring to the payment type of `ach_debit` as seen here in the Stripe docs.
This is definitely a worthy addition. In fact all of the payment types should be supported. I will add this to our backlog and prioritize for a future sprint.Best,
Erin
-
Hi Erin,
Thanks for the reply, and that's great - please keep me posted.
That's the exact payment type and doc I was referring to, see below for an example API response (obfuscated) where the type wasn't pulling through.
"paid": true,
"payment_intent": null,
"payment_method": null,
"payment_method_details": {
"ach_debit": {
"account_holder_type": null,
"bank_name": "",
"country": "",
"fingerprint": "",
"last4": "",
"routing_number": ""
},
"type": "ach_debit"
}Many thanks,
Anthony
-
I really want to move to Fivetran. But without this it is not going to be possible.
-
Please sign in to leave a comment.
Comments
4 comments