1441 Commits

Author SHA1 Message Date
e659e7029e refactor(connector): [Stripe] Using connector_request_reference_id as object_reference_id for Webhooks (#2064) 2023-09-08 09:43:49 +00:00
517c5c4165 feat(connector): (checkout.com) add support for multiple captures PSync (#2043) 2023-09-08 07:17:43 +00:00
7777c5ca84 chore(version): v1.36.0 v1.36.0 2023-09-07 17:35:20 +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
81c6480bdf chore(deps): bump webpki from 0.22.0 to 0.22.1 (#2104)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 22:51:29 +05:30
0edb703872 ci(connector-ui-sanity-tests): run UI tests on PRs (#2103) 2023-09-07 13:41:55 +00:00
cbbebe2408 chore: address Rust 1.72 clippy lints (#2099) 2023-09-07 11:38:10 +00:00
bdf48320f9 refactor(connector): [Payme] Response Handling for Preprocessing (#2097) 2023-09-06 18:11:44 +00:00
98d70054e2 refactor(connector): [Payme] Rename types to follow naming conventions (#2096) 2023-09-06 18:08:24 +00:00
8246f4e9c3 refactor(router): changed auth of verify_apple_pay from mid to jwt (#2094) 2023-09-06 15:20:56 +00:00
af36427192 chore(version): v1.35.0 v1.35.0 2023-09-06 14:31:39 +00:00
25f8c3556f test(postman): update postman collection files 2023-09-06 14:31:39 +00:00
de9e0feac0 fix(connector): [STAX] Incoming amount will be processed in higher unit (#2091) 2023-09-06 14:17:20 +00:00
4d58bdbe29 fix(router): send connection_closed errors as 5xx instead of 2xx (#2093) 2023-09-06 14:15:33 +00:00
5a49802f56 feat(connector): [SQUARE] Implement webhooks (#1980) 2023-09-06 14:06:31 +00:00
3c93552101 feat(payment_methods): Store necessary payment method data in payment_methods table (#2073)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-09-06 13:55:25 +00:00
9cae5de5ff refactor(refunds): add success RefundStatus in should_call_refund check (#2081) 2023-09-06 11:46:24 +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
ec4652ec09 ci(release-new-version): correct node_modules path (#2092) 2023-09-06 07:10:00 +00:00
99f1780fd7 feat(connector): [Payme] Implement Card 3DS with sdk flow (#2082)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-09-05 15:23:59 +00:00
7f5695df93 chore(version): v1.34.1 v1.34.1 2023-09-05 14:31:44 +00:00
dc908f6902 refactor(router): new separate routes for applepay merchant verification (#2083) 2023-09-05 12:45:30 +00:00
e5d31801ec fix: add accounts_cache for release (#2087) 2023-09-05 11:27:37 +00:00
cfa6ae895d test(postman): update postman collection files (#2070)
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-09-05 08:26:47 +00:00
65e7d08a1f chore(version): v1.34.0 v1.34.0 2023-09-04 14:31:12 +00:00
229f111f6c feat(frm): Add support to accept and decline payment when manually reviewed by merchant for risky transaction (#2071) 2023-09-04 12:14:39 +00:00
c5003aaa74 ci(postman): Fix Stripe collection to address check failure (#2078) 2023-09-04 12:14:29 +00:00
20d44acd20 refactor: include binary name in service field in log entries (#2077) 2023-09-04 11:44:47 +00:00
e1cebd4179 feat(frm): enum variant misspelled changed from fullfillment to fulfillment (#2065) 2023-09-04 09:58:39 +00:00
119aeb49ca docs(postman): Update documentation for postman tests (#2057) 2023-09-04 07:33:39 +00:00
2738fb7e4a chore(version): v1.33.0 v1.33.0 2023-09-03 15:13:59 +00:00
a882d7604c feat(pm_list): add card - credit pm type required field info for connectors (#2075) 2023-09-01 17:55:23 +00:00
99ff82ef6d feat(connector): [Paypal] Add manual capture for paypal wallet (#2072) 2023-09-01 14:37:05 +00:00
e44c32dd80 refactor(connector): [Shift4] refactor connector authorize request struct (#1888) 2023-09-01 14:11:57 +00:00
a12a370bf6 fix(connector): [STAX] Add ACH Payment Filter for Bank Debits (#2074) 2023-09-01 12:59:15 +00:00
29fd2eaab1 feat(api): use ApiClient trait in AppState (#2067) 2023-09-01 10:06:35 +00:00
b7d6d31504 fix(router): correct limit for payments list by filters (#2060) 2023-09-01 09:34:18 +00:00
8b22f38dd6 feat(webhooks): Webhook source verification (#2069) 2023-09-01 09:20:33 +00:00
f8410b5b2a feat(connector): [Bluesnap] Add dispute webhooks support (#2053) 2023-09-01 08:35:36 +00:00
38ab6e54f1 refactor(router): return generic message for UnprocessableEntity in make_pm_data (#2050) 2023-09-01 08:22:22 +00:00
e730c73516 fix(connector): [Paypal] fix PSync for redirection flow for PayPal (#2068) 2023-09-01 05:20:19 +00:00
5b92c39470 feat(connector): [Zen] Use connector_request_reference_id as Transaction Id to Retrieve Payments (#2052) 2023-08-31 17:43:52 +00:00
c804464d22 chore(version): v1.32.0 v1.32.0 2023-08-31 14:32:33 +00:00
fb397956ad fix(mock_db): insert merchant for mock_db (#1984)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2023-08-31 14:23:51 +00:00
31088b6062 feat(router): send connector timeouts and connection closures as 2xx response instead of giving 5xx response (#2047) 2023-08-31 11:55:47 +00:00
c9fe389b2c feat(connector): [Square] Implement Card Payments for Square (#1902) 2023-08-31 11:39:16 +00:00
ab85617935 fix(connector): [Bluesnap] make error_name as optional field (#2045) 2023-08-31 10:26:32 +00:00
655b388358 refactor(router): fixed unprocessable entity error message to custom message (#1979)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
2023-08-31 07:54:58 +00:00
636b871b11 feat(router): verify service for applepay merchant registration (#2009) 2023-08-31 07:50:06 +00:00
098dc89d0c feat(core): Connector specific validation for Payment Sync (#2005) 2023-08-31 07:16:09 +00:00