Feature/bank account #22
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Short Description / Link to Ticket
This pull request introduces comprehensive support for managing bank accounts within the ZaiPayment Ruby client, specifically targeting Australian and UK accounts. It adds a new
BankAccountresource with full CRUD operations, robust validation, and routing number verification, along with extensive documentation and examples. The update also increases test coverage and updates the gem version to 2.5.0.New Bank Account Resource:
BankAccountresource (lib/zai_payment/resources/bank_account.rb) with methods for showing, creating (AU/UK), redacting, and validating bank accounts, including support for decrypted sensitive fields and detailed validation for account and holder types, country codes, and required fields.lib/zai_payment.rb) and exposed it viaZaiPayment.bank_accounts. [1] [2]Documentation and Examples:
readme.mdto document bank account management, increased test coverage stats, and updated feature tables to reflect the new functionality. [1] [2]Versioning:
Testing
Additional Notes