1482 Commits

Author SHA1 Message Date
e02838eb5d chore: address Rust 1.73 clippy lints (#2474) 2023-10-09 10:36:37 +00:00
224b83c51d fix: add release feature to drianer (#2507) 2023-10-09 09:03:34 +00:00
73dfc31f9d feat(process_tracker): make long standing payments failed (#2380)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-10-09 09:02:46 +00:00
17393f5be3 feat(connector): [Nuvei] Use "connector_request_reference_id" for as "attempt_id" to improve consistency in transmitting payment information (#2493) 2023-10-09 08:00:24 +00:00
4eb7003433 feat(connector): [Fiserv] update connector_response_reference_id in transformers (#2489) 2023-10-09 07:59:08 +00:00
12b5341972 fix: fetch data directly from DB in OLAP functions (#2475) 2023-10-09 06:33:40 +00:00
3f1e7c2152 refactor(connector): [trustpay] refactor trustpay and handled variants errors (#2484) 2023-10-08 10:15:02 +00:00
ba2efac4fa feat(connector): [Multisafepay] Use transaction_id as reference to transaction (#2451) 2023-10-07 17:56:28 +00:00
9c2fff5ab4 feat(connector): [Coinbase] Add order id as the reference id (#2469) 2023-10-07 06:55:04 +00:00
a2dfc48318 feat(connector): [Cybersource] Use connector_response_reference_id as reference to merchant (#2470)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-07 06:45:11 +00:00
503823408b fix: add startup config log to drainer (#2482) 2023-10-06 15:37:22 +00:00
d95a64d6c9 feat(connector): [Paypal] Implement 3DS for Cards (#2443) 2023-10-06 11:24:20 +00:00
53b4816d27 refactor(merchant_account): make organization_id as mandatory (#2458) 2023-10-06 10:43:02 +00:00
eeccd106ae feat(connector): [Braintree] implement dispute webhook (#2031)
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
2023-10-06 09:37:04 +00:00
601c1744b6 refactor: add support for passing context generic to api calls (#2433) 2023-10-06 07:40:13 +00:00
61288d541f fix: update connector_mandate_id column in generate mandate flow (#2472) 2023-10-06 07:30:48 +00:00
f364a069b9 refactor(connector): [nmi] refactor nmi and handled variants errors (#2463) 2023-10-06 07:02:45 +00:00
2897b6ecd1 feat(connector): [Noon] Use connector_request_reference_id as Order reference (#2466) 2023-10-06 07:01:15 +00:00
8d53c663a5 feat(connector): [Gocardless] Add mandate webhoooks (#2468) 2023-10-06 06:05:10 +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
e24897cd5d feat(connector): [PayU] Use connector_response_response_id as reference to merchant (#2452)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-10-05 19:14:03 +00:00
cc7e90f229 feat(connector): [Forte] Use connector_response_reference_id as reference to merchant (#2456)
Co-authored-by: Aaron Jackson <aaronjackson@Aarons-MBP.attlocal.net>
Co-authored-by: Shankar Singh C <83439957+ShankarSinghC@users.noreply.github.com>
2023-10-05 19:11:38 +00:00
1cf8b6cf53 feat(router): add mandates incoming webhooks flow (#2464) 2023-10-05 19:08:47 +00:00
3f0d927cb8 feat(core): add surcharge_details field to ResponsePaymentMethodTypes struct (#2435) 2023-10-05 18:22:47 +00:00
b5cc7483f9 fix(router): make payment type optional in payments request (#2465) 2023-10-05 17:45:35 +00:00
980aa44863 refactor(router): remove the payment type column in payment intent (#2462) 2023-10-05 15:26:44 +00:00
80f3b1edae refactor(router): renamed Verify flow to SetupMandate (#2455) 2023-10-05 15:00:48 +00:00
f116728d1c feat(router): add support for payment_type field in payment intent (#2448) 2023-10-05 11:00:47 +00:00
db7f9fa801 fix: return appropriate error message during webhook call for invalid merchant_secret adyen (#2450) 2023-10-05 09:52:19 +00:00
e86c0325f5 feat(payment_methods): bank details support for payment method data in pmt (#2385) 2023-10-05 09:48:10 +00:00
7fb5c044bc fix(payments): move validations of payment intent before attempt (#2440)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-10-05 08:13:18 +00:00
8e51073c83 feat(connector): [Opayo] Add connector id (#2418)
Co-authored-by: kamalika0363 <kamlaikaghora14@gmail.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-10-04 19:42:07 +00:00
688557ef95 feat(connector): [Noon] Use connector_response_reference_id as reference (#2442) 2023-10-04 17:38:05 +00:00
05ee47a6e9 fix(connector): use enum to deserialize latest_charge in stripe psync response (#2444) 2023-10-04 15:54:54 +00:00
ab2cde7993 feat(router): add profile id and extra filters in lists (#2379) 2023-10-04 14:09:45 +00:00
409913fd75 refactor(webhook): add a function to retrieve payment_id (#2447)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-10-04 13:19:34 +00:00
591c9b70d9 feat(connector): [Square] Use reference_id as reference to merchant (#2434)
Co-authored-by: Vedant Khairnar <vedant.khairnar@juspay.in>
2023-10-04 13:04:56 +00:00
6e5ab0d121 refactor(payment_methods): add requires_cvv config while creating merchant account (#2431) 2023-10-04 12:07:37 +00:00
485c09d167 feat(connector): [Payeezy] Use connector_response_reference_id as reference to merchant (#2410) 2023-10-04 07:55:54 +00:00
3bfea72df3 feat(router): [OpenNode] response reference id (#2416) 2023-10-04 07:54:20 +00:00
0d703c7ab8 feat(connector): [PowerTranz] Use connector_response_reference_id as reference to merchant (#2413)
Co-authored-by: kritiksh <kritiksh@adobe.com>
2023-10-04 07:49:18 +00:00
f720aecf1f feat(router): remove unnecessary lookups in refund and payment_attempt kv flow (#2425) 2023-10-04 07:31:15 +00:00
422523848e build(deps): address undeclared crate or module errors on Windows for scheduler crate (#2411) 2023-10-04 04:46:53 +00:00
099b241096 feat(connector): [Stax] Use connector_response_reference_id as reference to merchant (#2415) 2023-10-03 18:22:00 +00:00
35f7ce0f4d fix(router): merchant account delete does not delete the merchant_key_store (#2367) 2023-10-03 18:05:30 +00:00
d81762a8b4 feat(pm_list): [Trustpay] add bank_redirect - blik pm type required field info for trustpay (#2390) 2023-10-03 14:39:34 +00:00
0aa6b30d2c fix(connector): [noon] add connector_auth params and update description (#2429) 2023-10-03 14:27:42 +00:00
e5ad9c5c35 refactor(router): add #[cfg(not(feature = "kms"))] feature flag to test the simplified apple pay flow locally (#2200) 2023-10-03 13:44:23 +00:00
3680541177 refactor(connector): [Cryptopay] Update PSync with connector_request_reference_id (#2388) 2023-10-03 12:30:21 +00:00
5048d248e5 feat(webhooks): webhooks effect tracker (#2260) 2023-10-03 09:27:34 +00:00