-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(connector): [Facilitapay] Add support for Pix Bank Transfers #7704
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it still does not work. but hey, it compiles!
connector throws 4xx and is unhandled. that is because we haven't yet implemented `createConnectorCustomer` for Facilitapay
…acilitapay-pix-pmt * 'main' of github.com:juspay/hyperswitch: (33 commits) fix(connector): [Nexixpay] handle error code and message in failure response (#7713) fix(connector): [Coingate] Fix Wasm Changes (#7716) fix(config): add billing payment sync configs in different environments (#7708) chore(dashboard): update dashboard toml (#7703) chore(postman): update auth for payment connectors in postman collection (#7702) feat(connector): [BANKOFAMERICA] Enable SamsungPay In Dashboard (#7677) feat(session): Added dpa_client_id, provider to click to pay session response (#7683) feat(core): add network error related columns in payment attempt [v2] (#7706) chore(version): 2025.04.04.0 refactor(accounts): move accounts related tables to accounts schema (#7626) revert: implement `NameType` for name validation (#6734) (#7717) fix(errors): Entry not found error as 4xx instead of 5xx (#7712) refactor(analytics): default config for forex_enabled (#7695) refactor(core): made provider field in ctp_service_details backward compatible (#7705) refactor(openapi): modify profile-delete auth to AdminAPIKey in API doc (#7697) fix: web-docker pull from docker hub (#7700) ci(cypress): fix iatapay upi payments (#7698) docs: Updated next steps after deployment setup on Readme (#7686) chore(version): 2025.04.03.0 fix(connector): [JPMORGAN, PAYU, DIGITALVIRGO, BITPAY, HELCIM, PAYBOX] Replaced lazystatic macros with LazyLock (#7524) ...
45447a0
to
e460497
Compare
1b23a80
to
63aeb4b
Compare
`cpf` info is mandatory while creating the connector customer. will be updated later
8bc518a
to
dde92c8
Compare
…void authentication errors
4c2c26d
…acilitapay-pix-pmt * 'main' of github.com:juspay/hyperswitch: fix(connector): revert noon-paypal (#7864) refactor(cypress): do not update `card_expiry` while updating card info (#7834) feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 (#7768) chore(dynamic-fields): remove billing details as required fields for Worldpay connector (#7853) feat(dynamic_routing): integration of elimination routing for core flows (#6816) chore(version): 2025.04.22.0 revert: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment (#7859) feat(dynamic_routing): add open router integration for success based routing (#7795) feat(refunds_v2): Add refund create core flow (#7619) fix(core): [CARD TESTING GUARD] Added Card Testing Guard Config response in case of NULL (#7478)
likhinbopanna
previously approved these changes
Apr 22, 2025
deepanshu-iiitu
previously approved these changes
Apr 23, 2025
sai-harsha-vardhan
previously approved these changes
Apr 23, 2025
a21679e
deepanshu-iiitu
approved these changes
Apr 23, 2025
Sakilmostak
approved these changes
Apr 23, 2025
ShankarSinghC
approved these changes
Apr 23, 2025
likhinbopanna
approved these changes
Apr 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-connector-integration
Area: Connector integration
C-feature
Category: Feature request or enhancement
M-api-contract-changes
Metadata: This PR involves API contract changes
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.
Type of Change
Description
This PR does the following:
Manual
captureAlso, this PR involves a small core change which is explained here. Quoted below:
Additional Changes
Motivation and Context
New connector integration. Closes #7732
How did you test it?
Authorize call
Confirm call
QR Code
Retrieve Call
Refund call
Void call
Authorize
Confirm
Void
Manual Capture
Authorize
Confirm
Cypress tests
Checklist
cargo +nightly fmt --all
just clippy