135 Commits

Author SHA1 Message Date
229f111f6c feat(frm): Add support to accept and decline payment when manually reviewed by merchant for risky transaction (#2071) 2023-09-04 12:14:39 +00:00
a882d7604c feat(pm_list): add card - credit pm type required field info for connectors (#2075) 2023-09-01 17:55:23 +00:00
8b22f38dd6 feat(webhooks): Webhook source verification (#2069) 2023-09-01 09:20:33 +00:00
c9fe389b2c feat(connector): [Square] Implement Card Payments for Square (#1902) 2023-08-31 11:39:16 +00:00
c2aa0142ed feat(core): conditionally return captures list during payment sync. (#2033) 2023-08-29 14:40:04 +00:00
15106233e9 refactor(recon): updating user flow for recon (#2029) 2023-08-29 10:42:19 +00:00
23b8d3412c fix(router): remove attempt_count in payments list response and add it in payments response (#2008) 2023-08-28 18:17:51 +00:00
7c0c3b6b35 feat(connector): [CashToCode] perform currency based connector credentials mapping (#2025) 2023-08-28 09:29:57 +05:30
a888953004 fix(payment): fix max limit on payment intents list (#2014)
Co-authored-by: Apoorv Dixit <apoorv.dixit@juspay.in>
2023-08-25 09:14:17 +00:00
c38485ad28 ci: use Rust stable from 2 weeks ago (#2012) 2023-08-25 01:48:06 +05:30
97b2747458 feat(api_client): add api client trait (#1919)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2023-08-24 10:16:09 +00:00
fe8d4c2eec feat(business_profile): add profile id in affected tables and modify api contract (#1971) 2023-08-23 14:04:37 +00:00
f0cc0fba16 feat(router): add attempt_count in list payments response (#1990) 2023-08-23 12:31:28 +00:00
52e01769d4 feat(pm_list): add card pm required field info for connectors (#1918) 2023-08-23 09:18:42 +00:00
5657ad6933 feat(core): add psync for multiple partial captures (#1934) 2023-08-23 04:43:54 +00:00
8cf1f75fb1 fix(core): Update Webhooks Event Mapping and Forced Psync preconditions (#1970)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2023-08-21 19:48:05 +00:00
53956d6f83 feat(business_profile): add business profile table and CRUD endpoints (#1928) 2023-08-18 09:23:29 +00:00
38b9c077b7 feat(connector): [PayMe] Implement preprocessing flow for cards (#1904) 2023-08-10 18:00:55 +00:00
32b731d959 refactor(storage): Add a separate crate to represent store implementations (#1853) 2023-08-10 12:55:02 +05:30
a6fdf6dc34 feat(connector): [Adyen] implement Japanese convenience stores (#1819)
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-09 15:51:45 +00:00
33c6d71a8a chore: add connector functionality validation based on connector_type (#1849)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-08-09 08:35:50 +00:00
f8ef52c645 feat(docs): add multiple examples support and webhook schema (#1864) 2023-08-09 05:55:56 +00:00
c333fb7fc0 feat(router): add support for multiple partial capture (#1721)
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-08-08 20:26:27 +00:00
0f2bb6c09b feat(connector): [Stax] Implement Bank Debits and Webhooks for Connector Stax (#1832)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-08 14:37:00 +00:00
8ae67377cc feat(connector): [Adyen] Implement Momo Atm(Napas) in Card Redirects (#1820)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-08 13:37:25 +00:00
b9f12708e1 feat(connector): [Adyen] Implement Open Banking Uk in Bank Redirects (#1802)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-08 11:42:36 +00:00
c205f064b9 feat(pm_list): add pm required field info for crypto pay (#1891) 2023-08-08 09:32:47 +00:00
62461f1b38 feat(connector): [Adyen] Add support for card redirection (KNET, BENEFIT) (#1816)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-08 07:09:14 +00:00
5ed3f34c24 feat(connector): [Adyen] implement Oxxo (#1808)
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-03 20:15:38 +00:00
c4796ffdb7 feat(connector): [Adyen] Add support for gift cards balance (#1672) 2023-08-03 11:06:26 +00:00
2dec2ca50b refactor(payment_methods): add requires_cvv field to customer payment method list api object (#1852) 2023-08-03 10:06:07 +00:00
0f0919963f feat(connector): [Adyen] implement PaySafe (#1805)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-03 06:46:37 +00:00
9977f9d40e feat(connector): [Adyen] implement Adyen bank transfers and voucher payments in Indonesia (#1804)
Co-authored-by: Sk Sakil Mostak <skmahim71@gmail.com>
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-02 13:34:33 +00:00
57887bdf3a feat(connector): add support for bank redirect for Paypal (#1107) 2023-08-02 11:47:34 +00:00
9cba7da0d3 feat(connector): [Boku] Implement Authorize, Psync, Refund and Rsync flow (#1699) 2023-08-02 09:28:22 +00:00
dadd13e381 feat(Connector): [Stripe] Implement Cashapp Wallet (#1103) 2023-08-01 18:21:30 +00:00
50298c1967 fix(payments): write a foreign_from implementation for payment_method_data and add missing payment methods in helpers.rs (#1801) 2023-08-01 18:21:21 +00:00
30e41a9f2f feat(connector): [Adyen] Add support for Blik (#1727) 2023-08-01 14:55:20 +00:00
e047a11ded feat(payment_methods): Added value Field in required Field for Pre-filling (#1827)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
2023-08-01 12:58:26 +00:00
801946f29f feat(connector): [Adyen] Implement Boleto Bancario in Vouchers and Add support for Voucher in Next Action (#1657)
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-01 12:57:56 +00:00
9c7ac6246d refactor(multiple_mca): make primary_business_detail optional and remove default values (#1677)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-08-01 07:15:44 +00:00
cf3025562f feat(connector): [Adyen] implement Swish for Adyen (#1701)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2023-08-01 06:49:41 +00:00
208d619409 fix(connector): [Stripe] change payment_method name Wechatpay to wechatpayqr (#1813)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-08-01 05:21:26 +00:00
4df67adb9b feat(connector): [Zen] Add Latam Payment Methods (#1670)
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-07-26 19:24:45 +00:00
38f14b9f39 revert: feat(connector): [Adyen] Add pix support for adyen (#1795) 2023-07-26 15:16:15 +00:00
04c3de73a5 feat(router): apply filters on payments (#1744) 2023-07-26 13:23:36 +00:00
c284f41cc6 feat(core): Changed frm_config format type in merchant_connector_account and added frm_message in payments response (#1543)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Sampras Lopes <lsampras@pm.me>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-07-26 12:45:26 +00:00
836962677b feat: Api contract for gift cards (#1634) 2023-07-26 07:14:24 +00:00
33a1368e8a feat(connector): [Adyen] Add pix support for adyen (#1703)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-07-25 14:10:45 +00:00
3c5d725cc2 feat(connector): [Adyen] implement Atome for Adyen (#1590)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-07-20 19:34:09 +00:00