1231 Commits

Author SHA1 Message Date
a81bfe28ed feat(core): enable payments void for multiple partial capture (#2048) 2023-09-11 17:39:36 +00:00
ffe9009d65 fix(payment_methods): Default card fetch to locker call (#2125)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-09-11 15:43:05 +00:00
1407049b56 fix(core): [Bluesnap] Add secondary_base_url for script (#2124) 2023-09-11 15:34:37 +00:00
ad4b7de628 refactor(storage_impl): split payment attempt models to domain + diesel (#2010)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Mani Chandra <84711804+ThisIsMani@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: DEEPANSHU BANSAL <41580413+deepanshu-iiitu@users.noreply.github.com>
Co-authored-by: Arvind Patel <52006565+arvindpatel24@users.noreply.github.com>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: anji-reddy-j <125157119+anji-reddy-j@users.noreply.github.com>
Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
Co-authored-by: Apoorv Dixit <64925866+apoorvdixit88@users.noreply.github.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-09-11 12:03:47 +00:00
25e82a1f7f fix: Implement persistent caching for config table retrieval (#2044)
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: BallaNitesh <126162378+BallaNitesh@users.noreply.github.com>
2023-09-11 07:51:08 +00:00
73da641b58 feat(router): saving verified domains to business_profile table (#2109) 2023-09-11 07:39:04 +00:00
5b29c25210 refactor(core): use profile id to find connector (#2020) 2023-09-11 07:25:22 +00:00
60c5fdb89a fix(router): validate_psync_reference_id only if call_connector_action is trigger in psync flow (#2106) 2023-09-11 06:55:44 +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
28b102de24 feat(confirm): reduce the database calls to 2 stages in case of non-retry (#2113) 2023-09-11 06:40:48 +00:00
f015394e7a fix: null value in session token in next action (#2111) 2023-09-10 07:16:09 +00:00
0792605088 feat(db): implement BusinessProfileInterface for MockDb (#2101) 2023-09-09 17:38:45 +00:00
576648b5a5 feat(connector): [Cryptopay]Add reference id for cryptopay (#2107) 2023-09-08 14:57:49 +00:00
cc5add625d fix(connector): revert checkout apple pay to tokenization flow (#2110) 2023-09-08 14:21:28 +00:00
955534e953 refactor(connector): [Adyen] refactor adyen payment method not implemented errors (#1950) 2023-09-08 13:57:48 +00:00
fea075e32e feat(payments): make database calls parallel for payments_confirm operation (#2098) 2023-09-08 12:58:07 +00:00
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
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
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
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
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
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
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
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
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