327 Commits

Author SHA1 Message Date
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
cef8914372 Feat(Connector): [ACI] Implement Przelewy24 Bank Redirect (#1064) 2023-05-10 15:13:35 +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
1304d912e5 feat(router): add disputes block in payments retrieve response (#1038) 2023-05-09 18:27:07 +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
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
736a236651 fix(applepay): rename applepay_session_response to lowercase (#1090) 2023-05-09 15:46:15 +05:30
64721b80ae feat(connector): Mandates for alternate payment methods via Stripe (#1041)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-08 13:38:15 +00:00
9c331e411b feat(connector): [Bluesnap] add cards 3DS support (#1057)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Kartikeya Hegde <karthikey.hegde@juspay.in>
2023-05-08 13:34:43 +00:00
9cb3fa216c fix(mandate): make payment_method_data optional for mandate scenario (#1032) 2023-05-08 09:31:58 +00:00
b8e2b1c5f4 refactor: use newtype pattern for email addresses (#819)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-04 13:58:20 +00:00
ed99655ebc feat: PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-03 10:18:51 +00:00
2cff019a1b refactor: use CountryAlpha2 instead of CountryCode for country codes (#904) 2023-05-03 08:16:41 +00:00
c86f2c045e feat(connector): [ACI] Add banking redirect support for EPS, Giropay, iDEAL, and Sofortueberweisung (#890)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-02 20:27:32 +00:00
f624eb52d6 feat(core): [Stripe] add bank debits payment method to stripe (#906) 2023-04-21 08:19:20 +00:00
c1a25b30bd feat(connector): [Nuvei] add support for bank redirect Eps, Sofort, Giropay, Ideal (#870)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-21 07:21:06 +00:00
d23e14c57a feat: support gpay and applepay session response for all connectors (#839)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-20 21:22:40 +00:00
465933ba72 feat(router): add support for filtering PaymentMethodTypes at a session (#883)
Co-authored-by: Kashif <mohammed.kashif@juspay.in>
2023-04-20 21:22:04 +00:00
93b69e74b4 feat: add relevant ids for payment calls & make json logs (#908) 2023-04-20 21:21:47 +00:00
304081cbad feat(router): add new payment methods for Bank redirects, BNPL and wallet (#864) 2023-04-20 21:20:29 +00:00
298a0a4956 feat(connector): [Nuvei] add support for card mandates (#818)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-17 18:30:54 +00:00
fc2e4514a3 feat(bank_redirects): modify api contract for sofort (#880) 2023-04-17 18:28:09 +00:00
0d047e08f9 refactor(Tokenization): remove ConnectorCallType from tokenization call (#862) 2023-04-13 08:44:42 +00:00
d1d58e33b7 feat(connector): [Airwallex] add multiple redirect support for 3DS (#811)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-04-13 08:10:30 +00:00
6188d51579 feat: multiple connector account support for the same country (#816)
Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-04-11 11:55:29 +00:00
b3d1473734 feat(connector): [Coinbase] [Opennode] Add support for crypto payments via PG redirection (#834)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-04-11 07:35:57 +00:00
e18bfb2ae1 enhance(core): replace string with enum for country (#735) 2023-03-30 16:15:38 +00:00
568bf01a56 feat(router): add support for stateful straight through routing (#752) 2023-03-21 11:56:37 +00:00
cb188f92a6 feat(core): accept gateway credentials in the request body in payments and refunds (#766) 2023-03-21 09:07:41 +00:00
d36afbed7f refactor: Add secret to metadata (#706) 2023-03-08 07:35:07 +00:00
9841519324 docs: Update naming conventions and added examples (#709)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-03-06 11:23:32 +00:00
a8da583bca refactor: rename statement descriptor to statement descriptor name (#711) 2023-03-04 05:55:46 +00:00
641c4d6d02 enhance(stripe): send statement descriptor to stripe (#707) 2023-03-03 08:44:02 +00:00
c5fda7ac68 docs(openapi): document security schemes (#676)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-03-01 06:16:50 +00:00
4f4b9d7f5f api contract change for applepay (#693) 2023-02-28 19:14:16 +00:00
576f8e1f2f feat(pm_list): support for sending bank names (#678)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2023-02-28 01:59:06 +05:30
db8bc16421 feat(card_network): add additional enum variants (#671) 2023-02-27 18:47:50 +05:30
ff86417eee feat: api contract change for wallet (#628) 2023-02-27 17:38:40 +05:30
028e140144 feat(stripe): eps, giropay and ideal using stripe (#529)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-02-26 16:29:37 +00:00
f3224cc4df chore: merging back release v0.3.0 back to main (#636) (#655)
Co-authored-by: Sangamesh Kulkarni <59434228+Sangamesh26@users.noreply.github.com>
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
Co-authored-by: Abhishek <abhishek.marrivagu@juspay.in>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-02-26 08:25:17 +00:00
9d6e1c0a5d docs(api_models): fix typo (#634) 2023-02-24 12:45:24 +00:00
8ee097ea21 feat: applepay payment request object (#519) 2023-02-23 09:26:30 +00:00
66563595df refactor: add payment_issuer and payment_experience in pa (#491) 2023-02-19 13:59:22 +00:00
ec2f4ba257 doc: update openapi (#453)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
Co-authored-by: bernard eugine <bernard.eugine@bernard.eugine-MacBookPro>
Co-authored-by: Abhishek Marrivagu <abhi.codes10@gmail.com>
2023-01-30 16:56:37 +05:30
351087fc7f feat(stripe): add support for afterpay clearpay through stripe (#441) 2023-01-25 21:13:21 +05:30
8113a57f84 docs: request and response for payments route (#400) 2023-01-20 01:43:08 +05:30
72c4b06860 feat: add docs for PaymentsRequest & PaymentsResponse (#385) 2023-01-17 12:53:43 +05:30
a77c183b13 feat(connector): add support for affirm through stripe (#355) 2023-01-12 17:30:21 +05:30
87f0537743 fix(gpay): send merchant info field (#358) 2023-01-12 15:51:32 +05:30