482 Commits

Author SHA1 Message Date
6a64180617 feat(connector): [Gocardless] add boilerplate code (#2179) 2023-09-18 09:40:07 +00:00
a0a8ef27b3 refactor(core): Add additional parameters in AppState and refactor AppState references (#2123)
Co-authored-by: Kritik Modi <kritik.modi@juspay.in>
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
2023-09-18 08:31:03 +00:00
cc8847cce0 fix(connector): [SQUARE] Throw Error for Partial Capture of Payments (#2133) 2023-09-12 16:42:01 +00:00
2f272d2962 feat(core): accept payment_confirm_source header in capture call and store in payment_intent (#2116) 2023-09-11 06:42:28 +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
de9e0feac0 fix(connector): [STAX] Incoming amount will be processed in higher unit (#2091) 2023-09-06 14:17:20 +00:00
29fd2eaab1 feat(api): use ApiClient trait in AppState (#2067) 2023-09-01 10:06:35 +00:00
e730c73516 fix(connector): [Paypal] fix PSync for redirection flow for PayPal (#2068) 2023-09-01 05:20:19 +00:00
c9fe389b2c feat(connector): [Square] Implement Card Payments for Square (#1902) 2023-08-31 11:39:16 +00:00
d804b23282 feat(connector): [HELCIM] Add template code for Helcim (#2019) 2023-08-29 06:24:02 +00:00
eaefa6e15c chore: address Rust 1.72 clippy lints (#2011)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2023-08-28 19:03:57 +00:00
7c0c3b6b35 feat(connector): [CashToCode] perform currency based connector credentials mapping (#2025) 2023-08-28 09:29:57 +05:30
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
8c066d3ea7 fix(connector): [Bluesnap] Update incoming Webhooks flow (#1982)
Co-authored-by: Swangi Kumari <85639103+swangi-kumari@users.noreply.github.com>
2023-08-24 13:25:45 +00:00
5657ad6933 feat(core): add psync for multiple partial captures (#1934) 2023-08-23 04:43:54 +00:00
0ab6827f6c feat(router): send 2xx payments response for all the connector http responses (2xx, 4xx etc.) (#1924) 2023-08-17 09:56:07 +00:00
c5cf029d1f refactor(connector): remove payment experience from Not Supported Payment Methods error (#1937) 2023-08-16 09:38:18 +00:00
9f199d9ab8 refactor(storage_impl): Integrate the composite store from external crate (#1921) 2023-08-14 13:16:31 +00:00
80b74e096d feat(connector): [Square] Add template code for connector Square (#1834) 2023-08-03 12:21:44 +00:00
c4796ffdb7 feat(connector): [Adyen] Add support for gift cards balance (#1672) 2023-08-03 11:06:26 +00:00
9cba7da0d3 feat(connector): [Boku] Implement Authorize, Psync, Refund and Rsync flow (#1699) 2023-08-02 09:28:22 +00:00
5773faf739 refactor(ui_tests): move ui_tests to test_utils crate to reduce development time (#1822) 2023-08-01 10:52:51 +00:00
f492d0a943 feat(connector): [Stax] Implement Cards for Connector Stax (#1773)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-01 08:07:28 +00:00
f32fdec290 refactor(redis): invoke redis_conn() method instead of cloning redis_conn property in StorageInterface (#1552)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-08-01 07:04:38 +00:00
cf3025562f feat(connector): [Adyen] implement Swish for Adyen (#1701)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2023-08-01 06:49:41 +00:00
34ff4080ae test(connector): Refactor UI test for connectors (#1807) 2023-07-28 11:28:01 +00:00
4df67adb9b feat(connector): [Zen] Add Latam Payment Methods (#1670)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-07-26 19:24:45 +00:00
d068569f4d refactor(core): use secrets for connector AuthType in connector integration (#1441) 2023-07-26 11:34:49 +00:00
bf62a7c9ad test(connector): [Nexinets] Add UI test for Nexinets Payment methods (#1784)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-07-25 14:40:04 +00:00
8223f8b29a fix(connector): [Tsys] Update endpoint and unit tests (#1730)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-07-25 13:12:10 +00:00
884f284263 test(UI-tests): allow ignoring connector tests at runtime (#1766)
Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
2023-07-25 07:14:57 +00:00
78c6ccea2e feat(connector): [Boku] Template generation (#1760)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-07-25 07:03:21 +00:00
88b4b9679d fix(connector): [Paypal] Fix payment status for PayPal cards (#1749) 2023-07-24 11:40:19 +00:00
8e45e734c8 feat(connector): [Adyen] implement Touch n Go for Adyen (#1588)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-20 18:29:22 +00:00
0c3cf05ffc feat(connector): [Adyen] implement Online Banking Thailand for Adyen (#1585)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
2023-07-20 17:12:28 +00:00
78ce8f7563 fix(connector): [Adyen] Fix error message for fraud check from Adyen connector (#1763) 2023-07-20 14:10:41 +00:00
2e492ee6a9 feat(connector): [Adyen] implement Online Banking Fpx for Adyen (#1584)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
2023-07-20 11:26:50 +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
e0f4507b10 fix(adyen_ui): ignore tests failing from connector side (#1751) 2023-07-19 15:18:13 +00:00
ea119eb856 fix(connector): stripe mandate failure and other ui tests failures (#1742)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-07-19 14:22:34 +00:00
5dcf758ac0 feat(connector): [Adyen] Implement Alma BNPL and DANA Wallet (#1566)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-07-19 10:22:50 +00:00
f06e5dcd63 test(connector): [Noon] Add test for Noon Payment methods (#1714) 2023-07-19 08:11:51 +00:00
2e9b78329a test(connector): [Adyen] Add UI test for Adyen Payment methods (#1648) 2023-07-19 07:46:43 +00:00
f44cc1e107 test(connector): [Authorizedotnet] Add UI test for Authorizedotnet Payment methods (#1736)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-07-19 07:11:38 +00:00
fe7a5b039c test(connector): [Aci] Add UI test for Aci Payment Methods (#1702) 2023-07-18 13:04:43 +00:00
f932d66c52 feat(connector): [Stax] Add template code for Stax connector (#1698) 2023-07-18 07:58:17 +00:00
d317021bc5 feat(connector): [Adyen] Implement Twint in Wallets (#1549)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-18 07:37:38 +00:00
14c2d72509 feat(mandates): recurring payment support for bank redirect and bank debit payment method for stripe (#1119)
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
2023-07-17 12:49:31 +00:00
de2d9bd059 feat(connector): [Adyen] implement Gopay for Adyen (#1557)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
2023-07-17 12:37:32 +00:00