1368 Commits

Author SHA1 Message Date
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
abfdea20b0 feat(pm_auth): Added pm_auth_config to merchant_connector_account (#2183)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-10-03 07:37:43 +00:00
f12ce9c72d fix(payment_methos): prioritized apple_pay_combined deserialization over apple_pay (#2393) 2023-10-03 07:23:40 +00:00
3b10b1c473 fix(CI): fix spell check for CI pull request (#2420) 2023-10-03 06:16:35 +00:00
ee7efd05ad refactor(connector): [Klarna] Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2414) 2023-10-02 15:45:51 +00:00
d5d876b821 feat(connector): [Nuvei] Add order id as the reference id (#2408) 2023-10-02 13:04:54 +00:00
89cb63be33 refactor(connector): [Klarna] Expand wildcard match arms (#2403) 2023-10-01 18:18:02 +00:00
f0dc37438b fix(cards): Allow card cvc 000 (#2387) 2023-10-01 17:43:58 +00:00
d43fbccd54 fix: temp support for ach gocardless with existing api contracts (#2395) 2023-09-29 14:07:41 +00:00
c293cb6ffa fix: [Gocardless] add region in customer create request based on country (#2389) 2023-09-28 16:52:03 +00:00
68b3310993 refactor: insert requires cvv config to configs table if not found in db (#2208) 2023-09-27 12:51:34 +00:00
fe43458ddc refactor(connector): [bluesnap] add refund status and webhooks (#2374) 2023-09-27 12:05:44 +00:00
77b51d5cbe refactor(connector): [Payme]Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2194) 2023-09-27 11:20:23 +00:00
22a8291ea6 fix(db): merchant_account cache invalidation based on publishable_key (#2365) 2023-09-27 09:43:18 +00:00
f6cfb05fa0 feat(router): Pass customers address in retrieve customer (#2376) 2023-09-27 07:56:08 +00:00