feat(connector): [AIRWALLEX] - Added Paypal, Trustly, Klarna , Atome, Blik Payment Methods#8475
Merged
Gnanasundari24 merged 15 commits intomainfrom Jul 11, 2025
Merged
feat(connector): [AIRWALLEX] - Added Paypal, Trustly, Klarna , Atome, Blik Payment Methods#8475Gnanasundari24 merged 15 commits intomainfrom
Gnanasundari24 merged 15 commits intomainfrom
Conversation
Changed Files
|
Contributor
|
Solve the clippy errors for both v1 and v2. Link your PR to an issue created in hyperswitch-cloud. |
airwallex - added payment methods : paypal, trustly, klarna , atome, blik
bsayak03
requested changes
Jun 27, 2025
crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
Outdated
Show resolved
Hide resolved
Contributor
|
run |
6305835 to
af49442
Compare
bsayak03
previously approved these changes
Jul 3, 2025
bsayak03
previously approved these changes
Jul 3, 2025
deepanshu-iiitu
requested changes
Jul 3, 2025
config/config.example.toml
Outdated
Comment on lines
+590
to
+591
| klarna = { country="AT, BE, FI, FR, DE, IE, IT, NL, PL, DK, ES, NO, PL, SE, CH, GB, CZ, GR, US" , currency = "EUR, DKK, NOK, PLN, SEK, CHF, GBP, USD, CZK" } | ||
| trustly = {country="DE, DK, EE, ES, FI, GB, LV, LT, NL, PL, PT, SE, SK" , currency="DKK, EUR, GBP, NOK, PLN, SEK" } |
Contributor
There was a problem hiding this comment.
Remove the country filters for paypal, klarna and trustly from all toml files
Contributor
There was a problem hiding this comment.
Also add these configs in loadtest/config/development.toml
| #[derive(Default, Debug, Serialize, Eq, PartialEq)] | ||
| pub struct AirwallexPayLaterIntentRequest { | ||
| request_id: String, | ||
| amount: String, |
Contributor
There was a problem hiding this comment.
Why is the amount string and not stringmajorunit? If amount conversion changes are not implemented in Airwallex, then please implement that as well.
Contributor
Author
There was a problem hiding this comment.
Implemented the amount conversion.
c29d6ef to
76d18d1
Compare
ShankarSinghC
previously approved these changes
Jul 4, 2025
deepanshu-iiitu
requested changes
Jul 4, 2025
crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
Outdated
Show resolved
Hide resolved
crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs
Outdated
Show resolved
Hide resolved
deepanshu-iiitu
previously approved these changes
Jul 4, 2025
Chethan-rao
previously approved these changes
Jul 7, 2025
f513896
deepanshu-iiitu
approved these changes
Jul 8, 2025
Chethan-rao
approved these changes
Jul 9, 2025
Gnanasundari24
approved these changes
Jul 10, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 11, 2025
…ayload-webhooks * 'main' of github.com:juspay/hyperswitch: feat(payments): propagate additional payment method data for apple pay during MIT (#7170) feat(core): Hyperswitch <|> UCS integration v2 (#8439) feat(connector): [payload] add webhook support (#8558) ci(cypress): Added Dlocal Connector Test (#8362) feat(connector): [AIRWALLEX] - Added Paypal, Trustly, Klarna , Atome, Blik Payment Methods (#8475) refactor(cypress): update skip logic and test flow for cypress incremental auth tests (#8594) chore(version): 2025.07.11.0 chore: address Rust 1.88.0 clippy lints (#8607) chore(version): 2025.07.10.0
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Added the following payment methods in
airwallex:paypal, trustly, klarna , atome, blik
Additional Changes
Paypal :
Create Payment
Response
Trustly
Create payments
Response
Klarna
Create payment
Response
Blik
Create Payment
Response
Atome
Create Payment
Response
Cypress tests
Checklist
cargo +nightly fmt --allcargo clippy