-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(connector): [BANKOFAMERICA] Implement Cards for Bank of America #2765
Conversation
BankofamericaPaymentStatus::Succeeded => Self::Charged, | ||
BankofamericaPaymentStatus::Failed => Self::Failure, | ||
BankofamericaPaymentStatus::Authorized | ||
| BankofamericaPaymentStatus::AuthorizedPendingReview => Self::Authorized, |
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.
what is the definition of AuthorizedPendingReview
, why is this mapped to Authorized
?
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.
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.
This will be addressed in separate issue https://github.com/juspay/hyperswitch-cloud/issues/3226
Type of Change
Description
Bank of America is a payment connector from North America.
Add Card payment support for Bank of America.
https://poshelp.bofamerchantservices.com/?cm_mmc=MS-MerchSvcs-_-vanity-_-MZ01VN000D_merchanthelp-_-NA#card
Supported Flows:
Additional Changes
Motivation and Context
Add Card Payments for Payments and Refunds flow for new connector Bank of America.
How did you test it?
Postman collection is added.
Basic flows like Authorize, Capture, Void, PSYNC, Refunds and RSYNC require testing for Cards Non-3DS.
Checklist
cargo +nightly fmt --all
cargo clippy