|
|
5d66156132
|
feat(payments): add api locking for payments core (#1898)
|
2023-09-25 10:25:39 +00:00 |
|
|
|
2a9e09d812
|
feat(core): add support for webhook additional source verification call for paypal (#2058)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
|
2023-09-20 13:58:02 +00:00 |
|
|
|
3efce9013d
|
feat(connector): [Gocardless] add support for Ach, Sepa, Becs payment methods (#2180)
|
2023-09-20 13:15:10 +00:00 |
|
|
|
5643ecf075
|
fix(core): add merchant_id to gpay merchant info (#2170)
|
2023-09-18 09:47:12 +00:00 |
|
|
|
6a64180617
|
feat(connector): [Gocardless] add boilerplate code (#2179)
|
2023-09-18 09:40:07 +00:00 |
|
|
|
4c36fcb34f
|
refactor(router): add camel_case for the applepay request (#2172)
|
2023-09-15 11:03:22 +00:00 |
|
|
|
0bc99ad327
|
feat(pm_auth): add plaid to connector list (#2166)
|
2023-09-15 07:33:53 +00:00 |
|
|
|
fb1760b1d8
|
refactor(router): get route for applepay_verified_domains (#2157)
|
2023-09-14 11:50:37 +00:00 |
|
|
|
caa385a5a6
|
refactor(router): changed the storage of applepay_verified_domains from business_profile to merchant_connector_account table (#2147)
|
2023-09-13 14:04:35 +00:00 |
|
|
|
82b36e885d
|
feat(router): added new webhook URL to support merchant_connector_id (#2006)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
|
2023-09-12 19:24:41 +00:00 |
|
|
|
177d8e5237
|
feat(router): new get route for derivation of verified applepay domain (#2121)
|
2023-09-12 07:35:01 +00:00 |
|
|
|
73da641b58
|
feat(router): saving verified domains to business_profile table (#2109)
|
2023-09-11 07:39:04 +00:00 |
|
|
|
5b29c25210
|
refactor(core): use profile id to find connector (#2020)
|
2023-09-11 07:25:22 +00:00 |
|
|
|
2f272d2962
|
feat(core): accept payment_confirm_source header in capture call and store in payment_intent (#2116)
|
2023-09-11 06:42:28 +00:00 |
|
|
|
75ee632782
|
feat(apple_pay): add support for pre decrypted apple pay token (#2056)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
|
2023-09-07 17:19:10 +00:00 |
|
|
|
3c93552101
|
feat(payment_methods): Store necessary payment method data in payment_methods table (#2073)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
|
2023-09-06 13:55:25 +00:00 |
|
|
|
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 |
|
|
|
b7d6d31504
|
fix(router): correct limit for payments list by filters (#2060)
|
2023-09-01 09:34:18 +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 |
|
|
|
636b871b11
|
feat(router): verify service for applepay merchant registration (#2009)
|
2023-08-31 07:50:06 +00:00 |
|
|
|
c2aa0142ed
|
feat(core): conditionally return captures list during payment sync. (#2033)
|
2023-08-29 14:40:04 +00:00 |
|
|
|
7a5c8413cf
|
feat(router): add total count for payments list (#1912)
|
2023-08-29 11:18:35 +00:00 |
|
|
|
15106233e9
|
refactor(recon): updating user flow for recon (#2029)
|
2023-08-29 10:42:19 +00:00 |
|
|
|
d804b23282
|
feat(connector): [HELCIM] Add template code for Helcim (#2019)
|
2023-08-29 06:24:02 +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 |
|
|
|
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 |
|
|
|
36631ad97b
|
fix(webhooks): send stripe compatible webhooks for stripe compatible merchants (#1986)
|
2023-08-23 10:54:18 +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 |
|
|
|
19ee324d37
|
fix: storage of generic payment methods in permanent locker (#1799)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
|
2023-08-22 06:49:43 +00:00 |
|
|
|
88d65a62fc
|
feat(storage_impl): split payment intent interface implementation (#1946)
|
2023-08-21 19:23:03 +05:30 |
|
|
|
84967d396e
|
feat(router): add total count for refunds list (#1935)
|
2023-08-18 13:59:12 +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 |
|
|
|
3554fec1c1
|
feat(router): add webhook source verification support for multiple mca of the same connector (#1897)
|
2023-08-10 09:54:17 +00:00 |
|
|
|
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 |
|
|
|
f8ef52c645
|
feat(docs): add multiple examples support and webhook schema (#1864)
|
2023-08-09 05:55:56 +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 |
|
|
|
80b74e096d
|
feat(connector): [Square] Add template code for connector Square (#1834)
|
2023-08-03 12:21:44 +00:00 |
|
|
|
c4796ffdb7
|
feat(connector): [Adyen] Add support for gift cards balance (#1672)
|
2023-08-03 11:06:26 +00:00 |
|