SemanticDiff hyperswitch
feat(stripe): eps, giropay and ideal using stripe
#529
Merged

feat(stripe): eps, giropay and ideal using stripe #529

jarnura merged 88 commits into main from feat/eps_giropay_using_stripe
Narayanbhat166
Narayanbhat166 feat(connector): add support for affirm
48af1568
Narayanbhat166 refactor: remove afterpay related struct
78f3db7e
Narayanbhat166 fix: cargo clippy warnings
0380f5b5
Narayanbhat166 Merge branch 'main' into 347-add-support-for-affirm-through-stripe
1fa5dbf5
Narayanbhat166 feat(connector): add support for afterpay_clearpay
72f35606
Narayanbhat166 refactor(connector): remove redundant code
4f5c2977
Narayanbhat166 refactor(import): remove unused imports
2d1112bb
Narayanbhat166 Merge with latest main
5b4e6054
Narayanbhat166 Merge branch 'main' into 347-add-support-for-afterpay-clearpay-throug…
5f45b39b
Narayanbhat166 Merge branch 'main' into 347-add-support-for-afterpay-clearpay-throug…
978ce1bd
Narayanbhat166 refactor: remove address validation in operation
0543aed6
Narayanbhat166 refactor: add address validation in connector
e6689441
Narayanbhat166 chore: run cargo fmt
c294bdeb
Narayanbhat166 Merge branch 'main' into 347-add-support-for-afterpay-clearpay-throug…
891bb59f
Narayanbhat166 refactor: rename issuer name and add docs
b68944d3
Narayanbhat166 refactor: use encode instead of convert_and_encode
12029309
Narayanbhat166 refactor: minor changes
0c5f3eda
Narayanbhat166 refactor: remove unused function
fce66249
Narayanbhat166 refactor: remove specific imports
d26a1ac0
Narayanbhat166 refactor: use beautiful validation for shipping address
0c0f4031
Narayanbhat166 chore: run cargo fmt
5ada821f
Narayanbhat166 refactor: rename address to first_name
deba62d1
Narayanbhat166 Merge branch 'main' into 347-add-support-for-afterpay-clearpay-throug…
f817bcb5
Narayanbhat166 refactor: remove billing data from payment_data
acb490f5
Narayanbhat166 refactor: use rename_all instead of individual rename
45992d45
Narayanbhat166 refactor: take billing_data from billing address
d31978d6
Narayanbhat166 refactor: remove issuer_name from pay_later_data
f928d8e4
Narayanbhat166 Merge branch 'main' into refactor/address_details_in_payment_method
7ae57fb8
Narayanbhat166 chore: merge fixes
101a4fec
Narayanbhat166 refactor: add address in payment data
28758f81
Narayanbhat166 refactor: add payment_experience and payment_issuer enum
b9ffe4f2
Narayanbhat166 refactor: add payment_experience and payment_issuer to payment method
80eddddd
Narayanbhat166 refactor: stripe pay_later issuer is decided based on
02c3c58a
Narayanbhat166 refactor: add not_supported error type
a77dce7b
Narayanbhat166 chore: cargo clippy
b260268b
Narayanbhat166 refactor: construct billing_address from pm_data
b76dcdd4
Narayanbhat166 fix: add extra fields to tests
0ae98930
Narayanbhat166 refactor: add email validation for afterpay
5dd5d249
Narayanbhat166 Merge branch 'main' into refactor/address_details_in_payment_method
e6bfbcd6
Narayanbhat166 refactor: remove redirect from transaction_resposne
ab471f7c
Narayanbhat166 refactor: remove strum and duplicate api doc
c7a6013c
Narayanbhat166 refactor: add value type for doc generation
14dad06e
Narayanbhat166 refactor: stripe transformers
8de6c35c
Narayanbhat166 refactor: use try_from instead of try_into
1360289b
Narayanbhat166 refactor: remove debugging logs
72cebda1
Narayanbhat166 refactor: add column keyword
5ea1df53
Narayanbhat166 refactor: remove strum serialize
d29932e6
Narayanbhat166 refactor: remove unused routingalgo enum
4ae883ae
Narayanbhat166 refactor: remove unused payment_flow enum
39c4de37
Narayanbhat166 refactor: remove strum derives
c7425d17
Narayanbhat166 Merge branch 'main' into refactor/address_details_in_payment_method
0af5f1e1
Narayanbhat166 fix: remove redirect field from rapyd transformers
6b5516b2
Narayanbhat166 refactor: remove enum type in database
1b6394fd
Narayanbhat166 refactor: add macro DieselEnumText
5d2489f8
Narayanbhat166 refactor: use storage_types attribute in macro
95231aa7
Narayanbhat166 refactor: use paylater enum
8f6171a1
Narayanbhat166 fix: use guard for access token result
91d31d65
Narayanbhat166 refactor: use a common function to handle result
70086cf3
Narayanbhat166 refactor: address PR comments
a079d34a
Narayanbhat166 Merge branch 'main' into refactor/address_details_in_payment_method
a5187aa2
Narayanbhat166 chore: match mismatched payment data
df322e63
Narayanbhat166 doc: add trailing backtics
af05f6cf
Narayanbhat166 doc: add docs for pa_issuer and pa_experience'
f7d3f014
Narayanbhat166 doc: update openapi
f8f85944
Sangamesh26 api contract for bank redirect
e05d385a
Narayanbhat166 refactot: use payment_issuer and experience for klarna
1fe0fbe4
Narayanbhat166 refactor: decide using call_connector_action
419a7b7d
Narayanbhat166 refactor: use tuple match instead of if else
9d0dea1e
Narayanbhat166 chore: add additional info for diesel enum
a9d749b1
Narayanbhat166 chore: remove commented code
35456668
Narayanbhat166 chore: cargo clippy
1cd8fbde
Narayanbhat166 Merge branch 'main' into refactor/address_details_in_payment_method
05e87fbb
Narayanbhat166 refactor: stripe psync error update
c302279e
Narayanbhat166 Merge remote-tracking branch 'origin/bank-redirect-api-contract' into…
2ba596c0
Narayanbhat166 feat: add support for ideal,giropay,eps
5f5f5b83
Narayanbhat166 chore: use secret for name
e83ba3d8
Narayanbhat166 Merge branch 'bugfix/klarna_redirect_fix' into feat/eps_giropay_using…
205e7d27
Narayanbhat166 Narayanbhat166 requested a review 1 year ago
Narayanbhat166 Narayanbhat166 requested a review 1 year ago
Narayanbhat166 Narayanbhat166 requested a review 1 year ago
Narayanbhat166 Narayanbhat166 requested a review from jarnura jarnura 1 year ago
Narayanbhat166 Narayanbhat166 requested a review from ashokkjag ashokkjag 1 year ago
Narayanbhat166 Narayanbhat166 assigned Narayanbhat166 Narayanbhat166 1 year ago
Narayanbhat166 Narayanbhat166 added A-connector-compatibility
Narayanbhat166 Narayanbhat166 added C-feature
Narayanbhat166 Narayanbhat166 added S-waiting-on-review
Narayanbhat166 refactor: remove redirect url and use _ in match
0ef65acf
Narayanbhat166 Narayanbhat166 changed the title Feat/eps giropay using stripe feat(stripe): eps giropay using stripe 1 year ago
Narayanbhat166 Narayanbhat166 changed the title feat(stripe): eps giropay using stripe feat(stripe): eps, giropay and ideal using stripe 1 year ago
Narayanbhat166 feat: use payment issuer as bank_name
ef27ddb8
Narayanbhat166 fix: add payment_method_type
05805d00
Narayanbhat166 refactor: change sofort struct
c33033ae
Narayanbhat166 feat: support sofort
df193e01
Narayanbhat166 chore: cargo clippy
6c3c6efb
SanchithHegde SanchithHegde added this to the Feb 23 release milestone 1 year ago
Narayanbhat166 Narayanbhat166 changed the base branch from main to refactor/address_details_in_payment_method 1 year ago
Base automatically changed from refactor/address_details_in_payment_method to main 1 year ago
Narayanbhat166 Narayanbhat166 changed the base branch from main to release_candidate_v0.3.0 1 year ago
Narayanbhat166 Narayanbhat166 changed the base branch from release_candidate_v0.3.0 to main 1 year ago
Narayanbhat166 feat(bank_redirects): remove unused enums and modify api contract (#632)
dc49db99
jarnura jarnura requested a review 1 year ago
Narayanbhat166 Narayanbhat166 added M-database-changes
Narayanbhat166 Merge 'main' into current branch
f278f323
jarnura
jarnura requested changes on 2023-02-16
jarnura jarnura added S-waiting-on-author
jarnura jarnura removed S-waiting-on-review
Narayanbhat166 chore: merge fixes
af66d2cf
Narayanbhat166 chore: cargo clippy
b3fc2154
Narayanbhat166 fix: tests
c9355b27
jarnura
jarnura approved these changes on 2023-02-26
jarnura jarnura removed S-waiting-on-author
jarnura jarnura enabled auto-merge 1 year ago
lsampras
lsampras approved these changes on 2023-02-26
jarnura jarnura merged 028e1401 into main 1 year ago
SanchithHegde SanchithHegde deleted the feat/eps_giropay_using_stripe branch 1 year ago

Login to write a write a comment.

Login via GitHub

Assignees
Labels