1153 Commits

Author SHA1 Message Date
16facdfa71 fix(connector): fix payme error response deserialization error (#1989) 2023-08-24 10:04:19 +00:00
b7e4048e56 test: move Postman collections to directory structure (#1995)
Co-authored-by: Pa1NarK <69745008+pixincreate@users.noreply.github.com>
2023-08-24 09:39:25 +00:00
e8897491b1 fix(connector): [Trustpay] Add missing payment status codes in failure check (#1997) 2023-08-24 09:07:53 +00:00
4accb41ef4 fix(connector): [Paypal] fix amount to its currency base unit for Paypal Bank redirects (#2002) 2023-08-24 08:51:01 +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
bca9d5013b feat(connector): fail payment authorize when capture_method is manual_method (#1893)
Co-authored-by: hrithikeshvm <vmhrithikesh@gmail.com>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
2023-08-23 13:12:47 +00:00
f0cc0fba16 feat(router): add attempt_count in list payments response (#1990) 2023-08-23 12:31:28 +00:00
f690c5f3ea fix(webhooks): handling errors inside source verification (#1994) 2023-08-23 11:03:00 +00:00
36631ad97b fix(webhooks): send stripe compatible webhooks for stripe compatible merchants (#1986) 2023-08-23 10:54:18 +00:00
698677263b refactor(core): made authenticate_client_secret function public (#1992) 2023-08-23 10:30:16 +00:00
52e01769d4 feat(pm_list): add card pm required field info for connectors (#1918) 2023-08-23 09:18:42 +00:00
abc736bbc1 feat(router): add fields in payments list response (#1987)
Co-authored-by: Harsha Pathuri <sri.harsha@cashfree.com>
2023-08-23 11:30:28 +05:30
5657ad6933 feat(core): add psync for multiple partial captures (#1934) 2023-08-23 04:43:54 +00:00
1b346fcf56 feat(router): add relevant metrics and logs for manual retries flow (#1985) 2023-08-22 19:00:43 +00:00
c161530a6c fix(test_utils): remove cmd alias for std::process::Command (#1981) 2023-08-22 14:13:17 +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
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
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
0d85c1f8bb refactor(compatiblity): changed MCA decode 500 error to 422 (#1958)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
2023-08-18 09:46:53 +00:00
ff2efe8835 fix(connector): [CashToCode] Transform minor units to major units (#1964) 2023-08-18 09:30:54 +00:00
53956d6f83 feat(business_profile): add business profile table and CRUD endpoints (#1928) 2023-08-18 09:23:29 +00:00
156430a570 fix(payment_methods): return parent_payment_method_token for other payment methods (BankTransfer, Wallet, BankRedirect) (#1951) 2023-08-18 07:39:16 +00:00
0ab6827f6c feat(router): send 2xx payments response for all the connector http responses (2xx, 4xx etc.) (#1924) 2023-08-17 09:56:07 +00:00
3d62cb07dd fix(connector): [Payme] Fix for partial capture validation (#1939) 2023-08-17 07:28:31 +00:00
9a393455dd fix(frm): added fraud_check_last_step field in fraud_check table to support 3DS transaction in frm (#1944) 2023-08-16 18:33:38 +00:00
d30fefb2c0 fix(connector): [Braintree] fix status mapping for braintree (#1941) 2023-08-16 09:57:22 +00:00
c5cf029d1f refactor(connector): remove payment experience from Not Supported Payment Methods error (#1937) 2023-08-16 09:38:18 +00:00
9f199d9ab8 refactor(storage_impl): Integrate the composite store from external crate (#1921) 2023-08-14 13:16:31 +00:00
68df9d617c fix(connector): [Braintree] add merchant_account_id field in authorize request (#1916)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-08-14 11:22:31 +00:00
8d916feb3f fix(frm): add new column frm_config instead of alterning the existing… (#1925) 2023-08-11 13:06:40 +00:00
97a495cfa7 fix: add diesel migration to update local db (#1812) 2023-08-11 09:38:34 +00:00
bb6ec49a66 feat(generics): add metrics for database calls (#1901) 2023-08-11 08:39:00 +00:00
3e269663c3 refactor(storage): add redis structs to storage impls (#1910) 2023-08-11 12:50:38 +05:30
3df944196f fix(connector): [Paypal] send valid error_reason in all the error responses (#1914) 2023-08-10 18:39:23 +00:00
38b9c077b7 feat(connector): [PayMe] Implement preprocessing flow for cards (#1904) 2023-08-10 18:00:55 +00:00
5bc7592af3 fix(connector): [STAX] Add currency filter for payments through Stax (#1911) 2023-08-10 14:08:15 +00:00
07020d01b5 fix(payment_methods): delete token when a payment reaches terminal state (#1818) 2023-08-10 12:49:18 +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
29f068b205 chore(webhooks): ignore payment not found in webhooks (#1886) 2023-08-10 07:26:47 +00:00
32b731d959 refactor(storage): Add a separate crate to represent store implementations (#1853) 2023-08-10 12:55:02 +05:30
ba82f173db refactor: remove unnecessary debug logs from payment method list api (#1884) 2023-08-09 19:03:34 +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
c35a5719eb fix(connector): [Adyen] Response Handling in case of RefusalResponse (#1877) 2023-08-09 13:37:33 +00:00
14f599d1be fix(connector): [ACI] Response Handling in case of ErrorResponse (#1870) 2023-08-09 12:02:18 +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
393c2ab94c fix(router): handle JSON connector response parse error (#1892) 2023-08-09 06:47:59 +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