157 Commits

Author SHA1 Message Date
d5891ecbd4 feat(router): get filters for payments (#1600) 2023-07-07 10:40:01 +00:00
fc9057ef2c feat: add cache for api_key and mca tables (#1212) 2023-07-07 06:40:49 +00:00
ca4e242d20 feat(connector): [Stripe] implement Multibanco Bank Transfer for stripe (#1420)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-06 07:52:48 +00:00
5628985c40 feat(router): add card_info in payment_attempt table if not provided in request (#1538)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
2023-07-05 12:58:00 +00:00
e713b62ae3 feat(payments): add connector_metadata, metadata and feature_metadata fields in payments, remove udf field (#1595) 2023-07-05 12:21:05 +00:00
82e1bf0d16 feat(router): modify attempt_id generation logic to accommodate payment_id as prefix (#1596) 2023-07-04 13:42:52 +00:00
ee7cdef107 feat(email): implement process_tracker for scheduling email when api_key is about to expire (#1233)
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
2023-07-04 06:31:22 +00:00
4808af3750 fix: return nick name for each card while listing saved cards (#1391)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-07-04 06:12:00 +00:00
2ac1f2e29e feat(db): implement ConfigInterface for MockDb (#1586) 2023-07-03 09:43:49 +00:00
2f9c28938f feat(connector): [Adyen] implement Alipay HK for Adyen (#1547) 2023-06-30 17:09:37 +00:00
2d11bf5b3a feat(payment_method): [upi] add new payment method and use in iatapay (#1528)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-06-30 14:24:35 +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
772fc84577 feat(router): implement PaymentMethodInterface for MockDB (#1535) 2023-06-26 18:30:46 +00:00
0c8624334c refactor: add serde rename_all for refund enums (#1520) 2023-06-22 14:56:07 +00:00
b0c103a193 fix(encryption): do not log encrypted binary data (#1352) 2023-06-21 09:08:46 +00:00
0fdd6ecd4a chore(migrations): shrink merchant_id column of merchant_key_store to 64 characters (#1476) 2023-06-19 08:49:02 +00:00
17640858ea fix: fix some fields not being updated during payments create, update and confirm (#1451)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-06-19 05:10:30 +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
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
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
1e5d2a28f6 refactor(router): send 200 response for 5xx status codes received from connector (#1440) 2023-06-15 08:10:59 +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
b002c97c9c feat(db): implement MerchantConnectorAccountInterface for MockDb (#1248)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
2023-06-12 14:34:30 +00:00
0ca69e6065 fix: revert session flow for Apple Pay trustpay (#1393) 2023-06-08 22:15:21 +05:30
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
e5e39a7491 feat(db): implement DisputeInterface for MockDb (#1345)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-05 07:30:44 +00:00
10691c5fce feat(db): implement RefundInterface for MockDb (#1277)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-03 13:25:15 +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
b9ec38a1b5 build(deps): bump diesel from 2.0.3 to 2.1.0 (#1287) 2023-05-29 08:27:27 +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
c1b631bd1e fix(payments): do not delete client secret on payment failure (#1226) 2023-05-22 10:49:44 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +00:00
39405bb478 feat(db): implement AddressInterface for MockDb (#968)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
2023-05-19 09:10:59 +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
afceda55ad feat(connector): add Interac as Payment Method Type (#1205) 2023-05-18 13:41:10 +00:00
1f52a66452 feat(payments): add support for manual retries in payments confirm call (#1170) 2023-05-18 08:16:38 +00:00
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
95c7ca99d1 feat(router): implement ApiKeyInterface for MockDb (#1101)
Co-authored-by: Derek Leverenz <derel@dereleverenz.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-16 18:35:50 +00:00
54ff02d9dd feat(connector): [Stripe] Implement Przelewy24 bank redirect (#1111)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-15 09:22:53 +00:00
60e8c7317a feat(payment_request): add field amount to OrderDetails and make order_details a Vec in payments_create request (#964) 2023-05-15 09:15:32 +00:00
a5756aaecf feat(router): add attach dispute evidence api (#1070)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-13 09:29:11 +00:00
a2527b5b2a feat(connector): [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-11 08:37:05 +00:00
f481abb855 revert: refactor(merchant_account): add back api_key field for backward compatibility (#761) (#1062) 2023-05-10 14:32:06 +00:00
1304d912e5 feat(router): add disputes block in payments retrieve response (#1038) 2023-05-09 18:27:07 +00:00
38aa9eab3f feat(router): added retrieval flow for connector file uploads and added support for stripe connector (#990) 2023-05-09 14:40:54 +00:00
64721b80ae feat(connector): Mandates for alternate payment methods via Stripe (#1041)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-08 13:38:15 +00:00