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

How do we refund a bank account acquired via Accept.js? #294

Open
aschuhardt-origami opened this issue Apr 21, 2022 · 0 comments
Open

How do we refund a bank account acquired via Accept.js? #294

aschuhardt-origami opened this issue Apr 21, 2022 · 0 comments

Comments

@aschuhardt-origami
Copy link

aschuhardt-origami commented Apr 21, 2022

The SDK documentation specifies that you need full bank account information in order to credit a bank account (routing number, account number, etc.).

If we used Accept.js to make the original debit, however, we don't have any of that information stored. Only the original nonce (expired at this point) and transaction ID are available to the developer.

For credit card refunds, only last-4 of the card number is required, and can be acquired via getTransactionDetails. This API method returns masked bank account information, which according to the docs cannot be used for crediting a bank account.

How can I refund ACH transactions when I only have the transaction ID?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant