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