1118 Commits

Author SHA1 Message Date
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
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
69821948c0 fix(router): send error_reason as error_message in payments and refund flows (#1878) 2023-08-08 11:33:23 +00:00
2d839170fe fix(router): add serde(transparent) annotation for PaymentMethodMetadata (#1899) 2023-08-08 11:14:40 +00:00
222afee5d5 feat(connector): unified error message & errorCode for blueSnap connector (#1856)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
2023-08-08 10:07:29 +00:00
cc4136f85f refactor(access_token): handle timeout errors gracefully (#1882) 2023-08-08 09:48:23 +00:00
c205f064b9 feat(pm_list): add pm required field info for crypto pay (#1891) 2023-08-08 09:32:47 +00:00
3cc4548eee refactor(authorize_flow): suppress error while saving a card to locker after successful payment (#1874) 2023-08-08 09:02:32 +00:00
e8a51c2abe feat(connector): [Checkout] unify error code, message and reason in error response (#1855) 2023-08-08 07:34:24 +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
7b2c419ce5 test(connector): Add support for webhook tests (#1863)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-08-08 07:06:45 +00:00
ddc0302298 fix(kms): fix kms decryption for jwe keys (#1872) 2023-08-07 09:00:18 +00:00
985ff6ba41 fix(connector): [DummyConnector] add new icons and fix we_chat_pay (#1845)
Co-authored-by: Sampras Lopes <lsampras@pm.me>
2023-08-07 08:51:11 +00:00
b03dd24456 feat(config): add config support to pt_mapping along with redis (#1861) 2023-08-04 18:29:49 +00:00
ae3d25e689 revert: fix(core): add validation for all the connector auth_type (#1833) 2023-08-04 13:28:43 +00:00
80579805f9 feat(connector): [Payme] Add Sync, RSync & webhook flow support (#1862) 2023-08-04 19:00:23 +05:30
3250204acc fix(core): If frm is not called, send None in frm_message instead of initial values in update tracker (#1867) 2023-08-04 11:22:58 +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
f2fcc2595a refactor(connector): use utility function to raise payment method not implemented errors (#1847)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-08-03 12:46:37 +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
2dec2ca50b refactor(payment_methods): add requires_cvv field to customer payment method list api object (#1852) 2023-08-03 10:06:07 +00:00
0d996b8960 fix(webhooks): do not send duplicate webhooks (#1850) 2023-08-03 07:54:00 +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
c464cc510d feat(connector): unified errorCode and errorMessage map error reason as errorMessage in Stripe Connector (#1797)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: swangi-kumari <swangi.12015941@lpu.in>
2023-08-02 14:50:30 +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
8f6583fbee refactor(common_enums): Added derive for additional traits in FutureU… (#1848)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
2023-08-02 12:45:18 +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
73ed7ae7e3 refactor(config): Add new type for kms encrypted values (#1823) 2023-08-02 08:55:23 +00:00
db55ed0f6d fix: Include merchant reference in CreateIntentRequest (#1846) 2023-08-02 08:53:13 +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
7a0d6f6921 fix(connector): refactor psync and rsync for connectors (#1830) 2023-08-01 14:41:43 +00:00