594 Commits

Author SHA1 Message Date
bfaf75fca3 feat(connector): [Noon] Add script generated template code (#1164) 2023-05-16 10:50:39 +00:00
5b22e96798 feat(connector): [Stripe] implement Bancontact Bank Redirect for stripe (#1169)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-16 10:49:24 +00:00
e3fcfdd337 fix(connector): [Checkout] Change error handling condition for empty response (#1168) 2023-05-16 08:00:12 +00:00
e044c2fd9a refactor(connector): update error handling for Paypal, Checkout, Mollie to include detailed messages (#1150) 2023-05-16 07:59:05 +00:00
da4d721424 feat: add accounts in-memory cache (#1086) 2023-05-15 12:33:49 +00:00
f31926b833 feat(config): add API route set_config (#1144) 2023-05-15 10:04:49 +00:00
54ff02d9dd feat(connector): [Stripe] Implement Przelewy24 bank redirect (#1111)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-15 09:22:53 +00:00
60e8c7317a feat(payment_request): add field amount to OrderDetails and make order_details a Vec in payments_create request (#964) 2023-05-15 09:15:32 +00:00
d7cfb4a179 feat(connector): [ACI] Implement Alipay and MB WAY Wallets (#1140)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-13 14:07:44 +00:00
8b85647a16 fix(connector): fix Stripe status to attempt status map (#1132) 2023-05-13 13:46:38 +00:00
8a35f7c926 feat(connector): add multiple dummy connectors and enable them (#1147) 2023-05-13 10:05:20 +00:00
2932a5f0ff fix(connector): [Adyen] fix status mapping for Adyen authorize, capture, refund API (#1149) 2023-05-13 09:58:34 +00:00
a5756aaecf feat(router): add attach dispute evidence api (#1070)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-13 09:29:11 +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
46b40ecce5 feat(connector): [ACI] Implement Trustly Bank Redirect (#1130) 2023-05-13 09:28:41 +00:00
bf2352b14a feat(error): add feature-gated stacktrace to error received from API (#1104) 2023-05-13 09:28:35 +00:00
fee0e9dadd feat(connector): add payment, refund urls for dummy connector (#1084) 2023-05-11 19:04:22 +00:00
822fc695a3 feat(router): add payment, refund routes for dummy connector (#1071) 2023-05-11 19:03:36 +00:00
2b0ed12530 refactor(session_token): add support for business filtering in payments session (#1128) 2023-05-11 15:04:45 +00:00
0d46690502 refactor(errors): add parsing error types for context info (#911) 2023-05-11 12:45:00 +00:00
f790099368 fix(google_pay): allow custom fields in GpayTokenParameters for google pay via stripe (#1125) 2023-05-11 12:22:22 +00:00
0177f1d1b9 feat(connector): [ACI] Implement Interac Online Bank Redirect (#1108) 2023-05-11 11:56:05 +00:00
5fd16146db fix(connector): fix checkout error response type (#1124) 2023-05-11 11:55:30 +00:00
7f3ceb42fb fix(router): fix webhooks flow for checkout connector (#1126) 2023-05-11 11:54:27 +00:00
baf5fd91cf feat(connector): add connector nmi with card, applepay and googlepay support (#771)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: ShashiKant <shashitnak@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-05-11 11:17:00 +00:00
a904d2b4d9 fix(mandate): only trigger mandate procedure on successful connector call (#1122) 2023-05-11 11:08:38 +00:00
f70f10aac5 feat(connector): [bitpay] Add new crypto connector bitpay & testcases for all crypto connectors (#919)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-05-11 11:06:47 +00:00
dfc6be4e4f feat(pm_list): add pm list support for bank_debits (#1120) 2023-05-11 10:31:27 +00:00
a2527b5b2a feat(connector): [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-11 08:37:05 +00:00
cef8914372 Feat(Connector): [ACI] Implement Przelewy24 Bank Redirect (#1064) 2023-05-10 15:13:35 +00:00
e833a1ddee fix(connector_customer): create connector_customer on requirement basis (#1097) 2023-05-10 15:10:36 +00:00
da3b5201b4 fix(payments): fix address_insert error propagation in get_address_for_payment_request function (#1079) 2023-05-10 14:32:16 +00:00
f481abb855 revert: refactor(merchant_account): add back api_key field for backward compatibility (#761) (#1062) 2023-05-10 14:32:06 +00:00
5214e22f20 refactor(router): add id field in MerchantConnectorAccountNotFound (#1098) 2023-05-10 11:56:45 +00:00
83e1f2ce24 ci(connector-sanity-tests): fix no tests being run (#1106)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-10 11:51:27 +00:00
7f796a6709 feat(connector): [Adyen] Implement SEPA Direct debits for Adyen (#1055)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-09 20:06:44 +00:00
2ab7f83103 fix(tests): Remove ui tests from ci pipeline (#1082) 2023-05-09 19:55:37 +00:00
93947eaf25 feat(Connector): [Stripe] Implement Wechatpay Digital Wallet (#1049)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-09 19:46:41 +00:00
bc4ac529aa feat(connector) : add bank redirect support for worldline (#1060)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-05-09 18:38:43 +00:00
1304d912e5 feat(router): add disputes block in payments retrieve response (#1038) 2023-05-09 18:27:07 +00:00
7c7185bc1a feat(Connector): [Stripe] Implemented Alipay Digital Wallet (#1048)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-09 18:26:28 +00:00
eee55bdfbe feat(Connector):[Adyen]Implement ACH Direct Debits for Adyen (#1033)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-09 18:25:26 +00:00
8c34114138 feat(connector): add dispute and refund webhooks for Airwallex (#1021)
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-09 17:29:37 +00:00
3fe24b3255 feat(refunds): add connector field in refund response (#1059)
Co-authored-by: Sarthak Soni <76486416+Sarthak1799@users.noreply.github.com>
2023-05-09 14:41:42 +00:00
38aa9eab3f feat(router): added retrieval flow for connector file uploads and added support for stripe connector (#990) 2023-05-09 14:40:54 +00:00
d6e71b959d feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-05-09 14:30:50 +00:00
0bb0437b7f feat(connector) : add klarna, afterpay support in Nuvei (#1081) 2023-05-09 14:27:17 +00:00
a2a6bab56c feat: Allow payment cancels for more statuses (#1027)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-09 14:20:05 +00:00
4403634dda feat(connector): Mandates for alternate payment methods via Adyen (#1046)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
2023-05-09 14:19:55 +00:00
5c5c3ef383 fix(mandate): fix payment_method_data becoming empty when mandate_id is not present (#1077) 2023-05-08 22:05:30 +05:30