-
Notifications
You must be signed in to change notification settings - Fork 29
feat: Add list unverified payment methods api #1115
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
ajay-sentry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #1115 +/- ##
==========================================
- Coverage 96.07% 96.07% -0.01%
==========================================
Files 836 837 +1
Lines 19611 19656 +45
==========================================
+ Hits 18842 18885 +43
- Misses 769 771 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Another piece of work for the ACH microdeposits delayed payment verification flow - codecov/engineering-team#2622
This PR adds an endpoint to fetch from Stripe any payment methods awaiting delayed payment notification (e.g., ACH 2-day later microdeposits).
It hooks into our GraphQL api at a new
billingkey that we can extend and add to as we cut over stuff from the existing /internal/account-details REST api.It will be used by gazebo UI to reflect this waiting status to the user in that 2-day period.