hyperswitch
feat(payments_v2): add payment_confirm_intent api endpoint
#6263
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
124
Changes
View On
GitHub
Commits
make v2 changes for payment attempt diesel model
Narayanbhat166
committed
67 days ago
refactor: comment out payment attempt update code for v2
Narayanbhat166
committed
67 days ago
make v2 changes for payment attempt domail model
Narayanbhat166
committed
67 days ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
64 days ago
refactor: rename few fields in attempt
Narayanbhat166
committed
60 days ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
60 days ago
refactor: make payment attempt domain model changes
Narayanbhat166
committed
60 days ago
refactor: add back connector and fix errors in v2
Narayanbhat166
committed
59 days ago
chore: cargo clippy
Narayanbhat166
committed
59 days ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
59 days ago
refactor: remove payment_v2 feature flag
Narayanbhat166
committed
58 days ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
58 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
58 days ago
chore: merge fixes
Narayanbhat166
committed
58 days ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
58 days ago
chore: fix migrations
Narayanbhat166
committed
58 days ago
chore: cargo clippy_v2
Narayanbhat166
committed
58 days ago
refactor: fields for payment attempt
Narayanbhat166
committed
56 days ago
chore: cargo clippy
Narayanbhat166
committed
55 days ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
55 days ago
chore: cargo clippy
Narayanbhat166
committed
55 days ago
feat: add ConfirmIntentRequest for v2
Narayanbhat166
committed
54 days ago
feat: add ConfirmIntentResponse for v2
Narayanbhat166
committed
54 days ago
wip: add payment_confirm_intent operation
Narayanbhat166
committed
54 days ago
feat: add confirm-intent operation
Narayanbhat166
committed
53 days ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
53 days ago
add payments create-intent api for v2
sai-harsha-vardhan
committed
53 days ago
fix spell check
sai-harsha-vardhan
committed
53 days ago
fix ci v2
sai-harsha-vardhan
committed
52 days ago
fix clippy v2
sai-harsha-vardhan
committed
52 days ago
fix clippy v2
sai-harsha-vardhan
committed
52 days ago
refactor: add globalattempt id
Narayanbhat166
committed
52 days ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
52 days ago
Merge remote-tracking branch 'origin' into payment_confirm_api
Narayanbhat166
committed
52 days ago
Merge branch 'payment_attempt_v2_refactor' into payment_confirm_api
Narayanbhat166
committed
52 days ago
fix: merge fixes
Narayanbhat166
committed
52 days ago
refactor: add get trackers for intent confirm
Narayanbhat166
committed
52 days ago
Merge remote-tracking branch 'origin/add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
52 days ago
feat: implement get tracker operation for confirm intent
Narayanbhat166
committed
52 days ago
feat: implement operations in payments core
Narayanbhat166
committed
52 days ago
resolve conflicts
sai-harsha-vardhan
committed
51 days ago
feat: implement confirm-intent endpoint with bare minimum features
Narayanbhat166
committed
49 days ago
chore: address few review comments
hrithikesh026
committed
48 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
48 days ago
chore: address few more review comments
hrithikesh026
committed
47 days ago
accept unmutable payment_data in override_setup_future_usage_to_on_session
hrithikesh026
committed
47 days ago
chore: address few more review comments
hrithikesh026
committed
47 days ago
chore: address few more review comments
hrithikesh026
committed
47 days ago
chore: fetch profile_id in auth layer
hrithikesh026
committed
47 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
47 days ago
wip: fix merge errors
Narayanbhat166
committed
47 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
47 days ago
chore: address review comments
hrithikesh026
committed
46 days ago
chore: address clippy warning
hrithikesh026
committed
46 days ago
Merge branch 'main' into add-payments-create-intent-api-v2
hrithikesh026
committed
46 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
46 days ago
chore: merge fixes
Narayanbhat166
committed
46 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
46 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
46 days ago
avoid fetching profile in get_trackers
hrithikesh026
committed
46 days ago
use FromStr impl to get id_type from headers
hrithikesh026
committed
46 days ago
refactor: put authenticationdatav2 under v2 flag
Narayanbhat166
committed
46 days ago
refactor: remove unncessary profile fetch in create-intent
Narayanbhat166
committed
45 days ago
address clippy lints
hrithikesh026
committed
45 days ago
refactor: move a trait function to domain model
Narayanbhat166
committed
45 days ago
chore: merge fixes
Narayanbhat166
committed
45 days ago
address comments
hrithikesh026
committed
45 days ago
generate client secret through impl function from GlobalPaymentId
hrithikesh026
committed
45 days ago
address comments
hrithikesh026
committed
44 days ago
address comments
hrithikesh026
committed
44 days ago
chore: cargo clippy
Narayanbhat166
committed
44 days ago
address spell check errors
hrithikesh026
committed
44 days ago
address few more comments
hrithikesh026
committed
44 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
44 days ago
chore: cargo clippy
Narayanbhat166
committed
44 days ago
refactor: remove redundant business profile being
Narayanbhat166
committed
44 days ago
docs: add payment_confirm_intent to openapi
Narayanbhat166
committed
44 days ago
docs: add payment_confirm_intent to openapi
Narayanbhat166
committed
43 days ago
Merge branch 'main' into add-payments-create-intent-api-v2
hrithikesh026
committed
43 days ago
docs: add payment_confirm_intent to openapi rust files
Narayanbhat166
committed
43 days ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
43 days ago
chore: merge fixes
Narayanbhat166
committed
43 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
43 days ago
chore: cargo clippy and typos
Narayanbhat166
committed
43 days ago
chore: fix ci hack
Narayanbhat166
committed
41 days ago
chore: cargo clippy v2
Narayanbhat166
committed
41 days ago
chore: cargo clippy v2
Narayanbhat166
committed
40 days ago
Merge branch 'main' into payment_confirm_api
Narayanbhat166
committed
36 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
36 days ago
chore: cargo clippy
Narayanbhat166
committed
36 days ago
fix: schema file for v2
Narayanbhat166
committed
36 days ago
chore: delete vscode settings.json
Narayanbhat166
committed
36 days ago
chore: cargo clippy_v2
Narayanbhat166
committed
36 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
36 days ago
chore: cargo clippy_v2
Narayanbhat166
committed
35 days ago
chore: cargo clippy_v2
Narayanbhat166
committed
33 days ago
refactor: add amount captured in amount details intent
Narayanbhat166
committed
33 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
33 days ago
fix: feature flag with common_utils
Narayanbhat166
committed
33 days ago
chore: remove TODO since it is fixed in previous commit
Narayanbhat166
committed
33 days ago
+ more commits ...
Loading