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

feat(user-action-details): add AccountNumberUserAction #102

Merged
merged 6 commits into from
Nov 14, 2023

Conversation

cajubelt
Copy link
Contributor

@cajubelt cajubelt commented Nov 5, 2023

We've seen FiatConnect providers use the URLUserActionDetails schema and direct users to their own website just to explain to them that they need to send funds to the same CICO provider's bank account. This defies the intention of the UserActionDetails feature, which is supposed to give FiatConnect clients a chance to explain to users what steps are needed to complete a transfer in-- not just hand them off to complete arbitrary steps on some other website. This PR adds a UserActionDetails schema that should bridge the gap, allowing CICO providers to solicit a bank transfer from end-users without redirecting them to another website.

@cajubelt cajubelt changed the title feat(user-action-details): add BankAccountTransferUserAction feat(user-action-details): add AccountNumberUserAction Nov 7, 2023
Copy link
Contributor

@jophish jophish left a comment

Choose a reason for hiding this comment

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

Optional comment, but A'ing since it's not blocking imo

institutionName: `string`,
accountName: `string`,
accountNumber: `string`,
transactionReference: `string`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be made optional for providers that don't require this? I imagine many providers will be able to cross reference the account the payment is from with the one on file. You can add the provision that if it's present, it MUST be included in the actual transfer itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sounds reasonable. updated

@cajubelt cajubelt merged commit d3322c6 into main Nov 14, 2023
1 check passed
@cajubelt cajubelt deleted the cajubelt/bank-account-transfer-user-action-details branch November 14, 2023 04:41
cajubelt added a commit to fiatconnect/fiatconnect-types that referenced this pull request Nov 15, 2023
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