1406 Commits

Author SHA1 Message Date
9ef60e425d fix(connector): [noon] sync with reference_id (#2544) 2023-10-12 06:52:48 +00:00
9f446bc174 feat(router): add kv implementation for update address in update payments flow (#2542) 2023-10-12 06:42:51 +00:00
81cb8da4d4 feat(connector): [Cybersource] Use connector_request_reference_id as reference to the connector (#2512)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-10-12 05:57:50 +00:00
b78109bc93 refactor(connector): [Worldpay] Currency Unit Conversion (#2436)
Co-authored-by: Suraj <surajshinde.com>
2023-10-12 05:55:31 +00:00
550377a6c3 feat(connector): [Tsys] Use connector_response_reference_id as reference to the connector (#2546)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-10-11 21:08:54 +00:00
62638c4230 feat(connector): [Authorizedotnet] use connector_response_reference_id as reference to merchant (#2497)
Co-authored-by: Jurijs <jurijs.bibicevs@mbit.lv>
2023-10-11 10:54:21 +00:00
2f6c00a1fd feat(connector): [NexiNets] Update connector_response_reference_id as reference to merchant (#2537) 2023-10-11 09:08:04 +00:00
ee321bb826 feat(connector): [Volt] Template generation (#2480) 2023-10-11 06:57:28 +00:00
b968552173 refactor: delete requires cvv config when merchant account is deleted (#2525) 2023-10-11 06:15:58 +00:00
7acf101014 feat(router): change temp locker config as enable only (#2522) 2023-10-10 15:35:12 +00:00
4f5a383bab chore: [GOCARDLESS] env changes for becs and sepa mandates (#2535) 2023-10-10 13:26:20 +00:00
6e89e4103d feat(connector): [Airwallex] Use connector_request_reference_id as merchant reference id #2291 (#2516) 2023-10-10 12:33:51 +00:00
6b52ac3d39 refactor(test_utils): Refactor test_utils crate and add folder support with updated documentation (#2487) 2023-10-10 10:29:57 +00:00
116139ba7a feat(connector): [GlobalPayments] Introduce connector_request_reference_id for GlobalPayments (#2519)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-10-10 10:19:46 +00:00
808ee45556 fix(connector): [noon] add missing response status (#2528) 2023-10-10 09:43:31 +00:00
cf0db35923 feat: add x-hs-latency header for application overhead measurement (#2486) 2023-10-10 09:21:47 +00:00
13aaf96db0 feat: kv for reverse lookup (#2445) 2023-10-10 09:05:00 +00:00
4b0fa1295c fix(connector): [Airwallex] convert expiry year to four digit (#2527) 2023-10-10 08:53:43 +00:00
ec51e48402 feat(trace): add optional sampling behaviour for routes (#2511)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-10-10 07:53:12 +00:00
ac3c5008f8 refactor(payment_methods): Added mca_id in bank details (#2495)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
2023-10-10 06:45:30 +00:00
c34f1bf36f feat(connector): [Multisafepay] Use connector_request_reference_id as reference to the connector (#2503) 2023-10-09 18:38:49 +00:00
2870af1286 feat: gracefully shutdown drainer if redis goes down (#2391) 2023-10-09 15:15:41 +00:00
aa176c7c5d refactor: disable color in reports in json format (#2509) 2023-10-09 13:21:09 +00:00
8b50997e56 feat(kv): add kv wrapper for executing kv tasks (#2384) 2023-10-09 13:10:58 +00:00
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