111 Commits

Author SHA1 Message Date
c8279b110e chore: address Rust 1.75 clippy lints (#3231)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-05 10:52:31 +00:00
34318bc1f1 refactor: address panics due to indexing and slicing (#3233)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2024-01-05 09:17:37 +00:00
107c66fec3 feat(connector): [PlaceToPay] Implement Cards for PlaceToPay (#3117)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-17 07:55:53 +00:00
57e1ae9dea feat(core): enable surcharge support for all connectors (#3109)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-14 06:08:14 +00:00
151a30f4ee feat(connector): [RISKIFIED] Add support for riskified frm connector (#2533)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-12-12 13:09:36 +00:00
47c038300a feat(connector): [BANKOFAMERICA] Implement Apple Pay (#3061)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
2023-12-06 09:56:38 +00:00
055d838367 feat: implement FRM flows (#2968)
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: AkshayaFoiger <131388445+AkshayaFoiger@users.noreply.github.com>
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-12-05 12:51:32 +00:00
3db721388a fix: surcharge related status and rules fix (#2974)
Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
2023-11-24 18:44:28 +05:30
75eea7e817 fix: amount_captured goes to 0 for 3ds payments (#2954) 2023-11-23 13:03:42 +05:30
7f74ae98a1 fix: cybersource mandates and fiserv exp year (#2920)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-11-22 00:35:40 +05:30
3f3b797dc6 fix: status goes from pending to partially captured in psync (#2915)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-21 14:55:38 +00:00
cb88be01f2 fix(core): introduce new attempt and intent status to handle multiple partial captures (#2802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-11-17 04:34:34 +00:00
e8de3a7107 feat(connector): [BANKOFAMERICA] Implement Cards for Bank of America (#2765)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2023-11-16 14:10:53 +00:00
25a73c29a4 fix: [mollie] locale validation irrespective of auth type (#2814)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-08 15:01:07 +00:00
34f52260d3 fix(connector): fix amount conversion incase of minor unit (#2793)
Co-authored-by: preetamrevankar <132073736+preetamrevankar@users.noreply.github.com>
2023-11-07 06:34:10 +00:00
f2f8170ae1 refactor(connector): [CyberSource] Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2626) 2023-10-25 09:29:50 +00:00
b5feab61d9 feat(connector): [HELCIM] Implement Cards for Helcim (#2210) 2023-10-13 12:44:12 +00:00
751f16eaee refactor(connector): [noon] update and add recommended fields (#2381)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-10-12 11:47:58 +00:00
414996592b feat(connector): [Gocardless] Implement mandate flow (#2461)
Co-authored-by: prajjwalkumar17 <prajjwal.kumar@juspay.in>
2023-10-05 19:20:45 +00:00
3efce9013d feat(connector): [Gocardless] add support for Ach, Sepa, Becs payment methods (#2180) 2023-09-20 13:15:10 +00:00
e8d948efee fix: handle 5xx during multiple capture call (#2148) 2023-09-18 12:05:18 +00:00
272f5e4c1f refactor(connector): [Bluesnap] Enahnce 3ds Flow (#2115) 2023-09-16 18:16:11 +00:00
9668a74a79 feat(connector): (adyen) add support for multiple partial capture adyen (#2102) 2023-09-15 07:28:45 +00:00
05696d326f refactor(connector): [BraintreeGraphQl] Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2143) 2023-09-14 07:35:46 +00:00
955534e953 refactor(connector): [Adyen] refactor adyen payment method not implemented errors (#1950) 2023-09-08 13:57:48 +00:00
517c5c4165 feat(connector): (checkout.com) add support for multiple captures PSync (#2043) 2023-09-08 07:17:43 +00:00
75ee632782 feat(apple_pay): add support for pre decrypted apple pay token (#2056)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-09-07 17:19:10 +00:00
d4221f3368 refactor(scheduler): move scheduler to new crate to support workflows in multiple crates (#1681) 2023-09-06 07:41:09 +00:00
e44c32dd80 refactor(connector): [Shift4] refactor connector authorize request struct (#1888) 2023-09-01 14:11:57 +00:00
f8410b5b2a feat(connector): [Bluesnap] Add dispute webhooks support (#2053) 2023-09-01 08:35:36 +00:00
784702d9c5 feat(connector): (checkout_dot_com) add support for multiple partial captures (#1977) 2023-08-29 11:10:51 +00:00
e64d5a3fc2 fix(connector): Change 5xx to 4xx for Coinbase and Iatapay (#1975)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-08-29 09:44:02 +00:00
820f6153af feat(connector): [Braintree] Add Authorize, Capture, Void, PSync, Refund, Rsync for Braintree GraphQL API (#1962)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
2023-08-24 13:42:43 +00:00
bca9d5013b feat(connector): fail payment authorize when capture_method is manual_method (#1893)
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
2023-08-23 13:12:47 +00:00
38b9c077b7 feat(connector): [PayMe] Implement preprocessing flow for cards (#1904) 2023-08-10 18:00:55 +00:00
5ed3f34c24 feat(connector): [Adyen] implement Oxxo (#1808)
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-03 20:15:38 +00:00
f2fcc2595a refactor(connector): use utility function to raise payment method not implemented errors (#1847)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-03 12:46:37 +00:00
57887bdf3a feat(connector): add support for bank redirect for Paypal (#1107) 2023-08-02 11:47:34 +00:00
2c9c8f081d refactor(router): include currency conversion utility functions as Currency methods (#1790) 2023-08-01 07:03:29 +00:00
d068569f4d refactor(core): use secrets for connector AuthType in connector integration (#1441) 2023-07-26 11:34:49 +00:00
e6a5e9fa72 feat(router): add grouping and priority logic in connector utils to handle multiple errors in connector flows (#1765) 2023-07-26 10:17:53 +00:00
f40d144178 fix(connector): [Paypal] fix amount to its currency base unit (#1780) 2023-07-25 05:58:43 +00:00
763e2df3bd feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
2023-07-19 18:02:05 +00:00
95a45e4978 feat(connector): [PowerTranz] Add cards 3ds support for PowerTranz connector (#1722) 2023-07-17 04:06:11 +00:00
05540ea17e feat(connector): [Authorizedotnet] Add Wallet support (#1223)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-14 09:53:48 +00:00
a6645bd354 fix: store and retrieve merchant secret from MCA table for webhooks source verification (#1331)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-14 06:43:33 +00:00
07120bf422 feat(connector): [PowerTranz] Add cards support for PowerTranz connector (#1687)
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
2023-07-13 09:44:50 +00:00
5a0e8be8c4 refactor(storage): update crate name to diesel models (#1685) 2023-07-12 12:50:55 +00:00
093cc6a71c feat(connector): [Payme] add Authorize, Sync, Capture, Refund, Refund Sync, Mandate & web hooks support for cards (#1594) 2023-07-07 07:10:02 +00:00
ca4e242d20 feat(connector): [Stripe] implement Multibanco Bank Transfer for stripe (#1420)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-06 07:52:48 +00:00