251 Commits

Author SHA1 Message Date
5305a7b2f8 feat(connector): [Payme] Add template code for Payme connector (#1486) 2023-06-28 11:27:20 +00:00
e6529b6a63 feat(connector): [Stripe] Add support for refund webhooks (#1488) 2023-06-28 09:05:04 +00:00
33309daf5c feat(connector): [Adyen] Add support for Samsung Pay (#1525) 2023-06-28 09:04:49 +00:00
784847b08c feat(connector): Add connector cashtocode (#1429) 2023-06-27 09:35:23 +00:00
1a8f5ff225 feat(router): add connector_transaction_id in payments response (#1542) 2023-06-27 05:51:15 +00:00
10691728d2 refactor(core): rename MandateTxnType to MandateTransactionType (#1322) 2023-06-22 11:39:22 +00:00
6645c4d123 fix(connector): [DummyConnector] change dummy connector names (#1328) 2023-06-21 11:52:06 +00:00
8198559966 refactor: make bank names optional in payment method data (#1483) 2023-06-20 09:17:54 +00:00
8032e0290b feat: applepay through trustpay (#1422)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2023-06-18 15:06:57 +00:00
641995371d refactor(payments): add udf field and remove refactor metadata (#1466) 2023-06-18 14:18:14 +00:00
8d2057844e refactor(mca): use separate struct for connector metadata (#1465) 2023-06-17 15:02:13 +00:00
495a98f045 fix(currency): add RON and TRY currencies (#1455)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-16 17:01:32 +00:00
cff1ce61f0 refactor(core): accept customer data in customer object (#1447)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-06-16 13:25:01 +00:00
3a225b2118 feat(connector): [Zen] add google pay redirect flow support (#1454) 2023-06-16 09:06:21 +00:00
1616051145 refactor(auth_type): updated auth type in update tracker and also changed the default flow to non-3ds from 3ds (#1424) 2023-06-16 08:51:27 +00:00
6c0d136cee refactor(api_models): follow naming convention for wallets & paylater payment method data enums (#1338)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-15 08:37:31 +00:00
a8f2494a87 fix(api_models): fix bank namings (#1315) 2023-06-15 08:36:41 +00:00
913b833117 feat(order_details): Adding order_details both inside and outside of metadata, in payments request, for backward compatibility (#1344)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-14 16:42:33 +00:00
a1a009d796 refactor(router): infer ip address for online mandates from request headers if absent (#1419) 2023-06-13 09:47:46 +00:00
8497c55283 fix: certificate decode failed when creating the session token for applepay (#1385) 2023-06-09 09:32:17 +00:00
0ca69e6065 fix: revert session flow for Apple Pay trustpay (#1393) 2023-06-08 22:15:21 +05:30
b3b16fcf95 feat(connector): [Zen] add apple pay redirect flow support for zen connector (#1383) 2023-06-07 20:55:28 +00:00
bce01ced11 build(deps): update dependencies (#1342) 2023-06-07 17:57:04 +00:00
a6e91a828b feat: Session flow for Apple Pay trustpay (#1155) 2023-06-07 14:57:19 +00:00
6730fe32cb feat(ci): Create a new workflow to validate the generated openAPI spec file (openapi_spec.json) (#1323)
Co-authored-by: kritikmodi <kritik.modi@juspay.in>
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-06 13:44:42 +00:00
ba8a17d66f feat(connector): [Noon] Add Card Mandates and Webhooks Support (#1243)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-06-05 09:36:59 +00:00
d9a16ed5ab test(selenium): read config from CONNECTOR_AUTH_FILE_PATH environment variable and fix bugs in UI tests (#1225)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-05 07:30:00 +00:00
fa392c40a8 feat: encrypt PII fields before saving it in the database (#1043)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
2023-05-30 08:13:17 +00:00
77e60c82fa refactor(core): Add 'redirect_response' field to CompleteAuthorizeData (#1222)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-05-30 07:43:15 +00:00
597ec16907 revert(order_details): revert back order_details to be an object, and removing meta_data from PaymentIntent (#1279) 2023-05-26 13:19:33 +05:30
16cd32513b Refactor(router): router_parameters field inclusion (#1251) 2023-05-24 09:39:53 +00:00
a359b76d09 refactor: make NextAction as enum (#1234) 2023-05-24 05:16:00 +00:00
27610361b9 feat(connector): [Noon] Add Card Payments, Capture, Void and Refund (#1207) 2023-05-23 11:05:39 +00:00
9341191e39 fix(list): add mandate type in payment_method_list (#1238) 2023-05-23 11:00:58 +00:00
2809425154 refactor: use strum::EnumString implementation for connector name conversions (#1052)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-19 12:37:48 +00:00
cf000599dd feat: SEPA and BACS bank transfers through stripe (#930) 2023-05-19 12:35:10 +00:00
53aa5ac92d feat(documentation): add polymorphic generate_schema macro (#1183)
Co-authored-by: pixincreate@work <69745008+pixincreate@users.noreply.github.com>
2023-05-19 11:07:54 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +00:00
6c41cdb1c9 refactor(mandate): allow merchant to pass the mandate details and customer acceptance separately (#1188) 2023-05-19 06:49:19 +00:00
f394c4abc0 fix(core): add ephemeral key to payment_create response when customer_id is mentioned (#1133) 2023-05-19 06:41:45 +00:00
9cc1ceec69 fix(router): aggregate hotfixes for v0.5.10 (#1204)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
Co-authored-by: sai-harsha-vardhan <harsha111hero@gmail.com>
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
2023-05-18 13:50:55 +00:00
afceda55ad feat(connector): add Interac as Payment Method Type (#1205) 2023-05-18 13:41:10 +00:00
dbc5bc538a revert: fix(connector): Added signifyd to routableconnectors for frm (#1203) 2023-05-18 12:31:40 +00:00
31a52d8058 fix(router): outgoing webhook api call (#1193) 2023-05-18 08:17:06 +00:00
1f52a66452 feat(payments): add support for manual retries in payments confirm call (#1170) 2023-05-18 08:16:38 +00:00
75ba3ff09f feat(router): add mandates list api (#1143) 2023-05-17 16:01:13 +00:00
ed22b2af76 fix(router): aggregate critical hotfixes for v0.5.10 (#1162)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-17 10:09:00 +00:00
2ce5d5ffe4 fix(connector) : Added signifyd to routableconnectors for frm (#1182) 2023-05-17 15:59:38 +05:30
ea98145318 feat(frm_routing_algorithm): added frm_routing_algorithm to merchant_account table, to be consumed for frm selection (#1161) 2023-05-17 07:52:00 +00:00
354ee0137a feat(router): add retrieve dispute evidence API (#1114) 2023-05-16 12:04:47 +00:00