Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 1620 - Add reauth exchange and bank balance check article #633

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

spencerhunter
Copy link
Member

No description provided.

ShreyaThapa
ShreyaThapa previously approved these changes Oct 29, 2024

# Create a re-auth exchange session

This endpoint allows you to initiate a new exchange session to refresh a user's bank account connection when their existing authorization is no longer valid. This is typically required when Dwolla's API returns an `UpdateCredentials` error on a [bank balance check](https://developers.dwolla.com/docs/balance/api-reference/open-banking/retrieve-bank-balance), indicating that the user needs to re-authenticate with their bank.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me!

Just adding a note, we should likely add the UpdateCredentials error in the Balance check reference as well under the table "HTTP status and error codes".


### **Overview of Benefits**

- **Reduced Risk of Insufficient Funds Returns:** Receiving information about the available and current balance in a bank account prior to initiating a transaction, helps businesses avoid initiating payments that are likely to fail.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Reduced Risk of Insufficient Funds Returns:** Receiving information about the available and current balance in a bank account prior to initiating a transaction, helps businesses avoid initiating payments that are likely to fail.
- **Reduced Risk of Insufficient Funds Returns:** Receiving information about the available and current balance in a bank account prior to initiating a transaction helps businesses avoid initiating payments that are likely to fail.

I think we can get rid of the comma here.

Copy link
Contributor

@ShreyaThapa ShreyaThapa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates! 🎉

@spencerhunter spencerhunter merged commit 09c8c22 into main Oct 29, 2024
7 checks passed
@spencerhunter spencerhunter deleted the DEV-1620 branch October 29, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants