118 Commits

Author SHA1 Message Date
b428298030 feat(payments): add client_secret auth for payments retrieve (#1663) 2023-07-10 07:51:10 +00:00
d5891ecbd4 feat(router): get filters for payments (#1600) 2023-07-07 10:40:01 +00:00
f77fdb7a6e fix(router): desc payment list for pagination (#1556)
Signed-off-by: NavinShrinivas <karupal2002@gmail.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-07-07 08:48:18 +00:00
a15a77dea3 feat(connector): [Stripe] Add support for WeChat Pay and Qr code support in next action (#1555)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-07-06 09:59:18 +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
e978e9d66b refactor(router): add psync task to process tracker after building connector request in payments flow (#1603) 2023-07-05 12:21:57 +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
b967d23251 feat(router): add requeue support for payments and fix duplicate entry error in process tracker for requeued payments (#1567) 2023-07-03 07:26:01 +00:00
d321aa1f72 feat: fetch merchant key store only once per session (#1400)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-22 09:10:28 +00:00
b45231468d fix(update_trackers): handle preprocessing steps status update (#1496)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-06-22 03:52:09 +00:00
424e77c912 fix(process_tracker): log and ignore the duplicate entry error (#1502) 2023-06-21 16:01:52 +00:00
8fffc161ea refactor(core): update trackers for preprocessing steps (#1481) 2023-06-20 06:15:48 +00:00
6114fb6340 refactor(core): move update trackers after build request (#1472) 2023-06-19 07:34:45 +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
cf64862dac refactor(payments): attempt to address unintended 5xx and 4xx in payments (#1376) 2023-06-15 07:50:48 +00:00
4a8de7741d fix(connector): [Bluesnap] Throw proper error message for redirection scenario (#1367)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-06-09 14:08:28 +00:00
11a827a76d feat(payment): customer ip field inclusion (#1370)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
2023-06-09 12:30:39 +05:30
0ca69e6065 fix: revert session flow for Apple Pay trustpay (#1393) 2023-06-08 22:15:21 +05:30
7933e98c8c feat(router): add mandate connector to payment data (#1392) 2023-06-08 15:02:13 +00:00
a6e91a828b feat: Session flow for Apple Pay trustpay (#1155) 2023-06-07 14:57:19 +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
ebdfde75ec refactor(connector_customer): incorrect mapping of connector customer (#1275) 2023-05-31 14:46:39 +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
5e90a369db feat(metrics): add flow-specific metrics (#1259) 2023-05-25 09:07:05 +00:00
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
3857d06627 fix(core): remove missing_required_field_error being thrown in should_add_task_to_process_tracker function (#1239) 2023-05-23 13:27:28 +00:00
cf000599dd feat: SEPA and BACS bank transfers through stripe (#930) 2023-05-19 12:35:10 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +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
1f52a66452 feat(payments): add support for manual retries in payments confirm call (#1170) 2023-05-18 08:16:38 +00:00
cc121d0feb fix(mandate): allow card details to be provided in case of network transaction id (#1138) 2023-05-13 09:28:53 +00:00
2b0ed12530 refactor(session_token): add support for business filtering in payments session (#1128) 2023-05-11 15:04:45 +00:00
e833a1ddee fix(connector_customer): create connector_customer on requirement basis (#1097) 2023-05-10 15:10:36 +00:00
1304d912e5 feat(router): add disputes block in payments retrieve response (#1038) 2023-05-09 18:27:07 +00:00
8853702f4b fix: throw PreconditionFailed error when routing_algorithm is not configured (#1017)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-08 13:48:58 +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
9c331e411b feat(connector): [Bluesnap] add cards 3DS support (#1057)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
2023-05-08 13:34:43 +00:00
9cb3fa216c fix(mandate): make payment_method_data optional for mandate scenario (#1032) 2023-05-08 09:31:58 +00:00
73b8988322 refactor(router): include payment method type in connector choice for session flow (#1036) 2023-05-08 09:15:28 +00:00
982c27fce7 fix(redis): fix recreation on redis connection pool (#1063) 2023-05-08 14:31:49 +05:30
b8e2b1c5f4 refactor: use newtype pattern for email addresses (#819)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-04 13:58:20 +00:00
64fa21eb4f refactor(router): nest the straight through algorithm column in payment attempt (#1040) 2023-05-04 13:54:34 +00:00
c888635166 fix: Passing connector_name instead of ConnectorCallType (#1050) 2023-05-04 12:12:03 +00:00
03a96432a9 feat: expire client secret after a merchant configurable intent fufliment time (#956) 2023-05-03 10:38:13 +00:00
ed99655ebc feat: PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-03 10:18:51 +00:00
465933ba72 feat(router): add support for filtering PaymentMethodTypes at a session (#883)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-04-20 21:22:04 +00:00