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
1 year ago
refactor: comment out payment attempt update code for v2
Narayanbhat166
committed
1 year ago
make v2 changes for payment attempt domail model
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
1 year ago
refactor: rename few fields in attempt
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
1 year ago
refactor: make payment attempt domain model changes
Narayanbhat166
committed
1 year ago
refactor: add back connector and fix errors in v2
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
1 year ago
refactor: remove payment_v2 feature flag
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
1 year ago
chore: run formatter
hyperswitch-bot[bot]
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_changes
Narayanbhat166
committed
1 year ago
chore: fix migrations
Narayanbhat166
committed
1 year ago
chore: cargo clippy_v2
Narayanbhat166
committed
1 year ago
refactor: fields for payment attempt
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
feat: add ConfirmIntentRequest for v2
Narayanbhat166
committed
1 year ago
feat: add ConfirmIntentResponse for v2
Narayanbhat166
committed
1 year ago
wip: add payment_confirm_intent operation
Narayanbhat166
committed
1 year ago
feat: add confirm-intent operation
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
1 year ago
add payments create-intent api for v2
sai-harsha-vardhan
committed
1 year ago
fix spell check
sai-harsha-vardhan
committed
1 year ago
fix ci v2
sai-harsha-vardhan
committed
1 year ago
fix clippy v2
sai-harsha-vardhan
committed
1 year ago
fix clippy v2
sai-harsha-vardhan
committed
1 year ago
refactor: add globalattempt id
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_attempt_v2_refactor
Narayanbhat166
committed
1 year ago
Merge remote-tracking branch 'origin' into payment_confirm_api
Narayanbhat166
committed
1 year ago
Merge branch 'payment_attempt_v2_refactor' into payment_confirm_api
Narayanbhat166
committed
1 year ago
fix: merge fixes
Narayanbhat166
committed
1 year ago
refactor: add get trackers for intent confirm
Narayanbhat166
committed
1 year ago
Merge remote-tracking branch 'origin/add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
feat: implement get tracker operation for confirm intent
Narayanbhat166
committed
1 year ago
feat: implement operations in payments core
Narayanbhat166
committed
1 year ago
resolve conflicts
sai-harsha-vardhan
committed
1 year ago
feat: implement confirm-intent endpoint with bare minimum features
Narayanbhat166
committed
1 year ago
chore: address few review comments
hrithikesh026
committed
1 year ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
1 year ago
chore: address few more review comments
hrithikesh026
committed
1 year ago
accept unmutable payment_data in override_setup_future_usage_to_on_session
hrithikesh026
committed
1 year ago
chore: address few more review comments
hrithikesh026
committed
1 year ago
chore: address few more review comments
hrithikesh026
committed
1 year ago
chore: fetch profile_id in auth layer
hrithikesh026
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
wip: fix merge errors
Narayanbhat166
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: address review comments
hrithikesh026
committed
1 year ago
chore: address clippy warning
hrithikesh026
committed
1 year ago
Merge branch 'main' into add-payments-create-intent-api-v2
hrithikesh026
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: run formatter
hyperswitch-bot[bot]
committed
1 year ago
avoid fetching profile in get_trackers
hrithikesh026
committed
1 year ago
use FromStr impl to get id_type from headers
hrithikesh026
committed
1 year ago
refactor: put authenticationdatav2 under v2 flag
Narayanbhat166
committed
1 year ago
refactor: remove unncessary profile fetch in create-intent
Narayanbhat166
committed
1 year ago
address clippy lints
hrithikesh026
committed
1 year ago
refactor: move a trait function to domain model
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
address comments
hrithikesh026
committed
1 year ago
generate client secret through impl function from GlobalPaymentId
hrithikesh026
committed
1 year ago
address comments
hrithikesh026
committed
1 year ago
address comments
hrithikesh026
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
address spell check errors
hrithikesh026
committed
1 year ago
address few more comments
hrithikesh026
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
refactor: remove redundant business profile being
Narayanbhat166
committed
1 year ago
docs: add payment_confirm_intent to openapi
Narayanbhat166
committed
1 year ago
docs: add payment_confirm_intent to openapi
Narayanbhat166
committed
1 year ago
Merge branch 'main' into add-payments-create-intent-api-v2
hrithikesh026
committed
1 year ago
docs: add payment_confirm_intent to openapi rust files
Narayanbhat166
committed
1 year ago
Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: merge fixes
Narayanbhat166
committed
1 year ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
1 year ago
chore: cargo clippy and typos
Narayanbhat166
committed
1 year ago
chore: fix ci hack
Narayanbhat166
committed
1 year ago
chore: cargo clippy v2
Narayanbhat166
committed
1 year ago
chore: cargo clippy v2
Narayanbhat166
committed
1 year ago
Merge branch 'main' into payment_confirm_api
Narayanbhat166
committed
1 year ago
chore: run formatter
hyperswitch-bot[bot]
committed
1 year ago
chore: cargo clippy
Narayanbhat166
committed
1 year ago
fix: schema file for v2
Narayanbhat166
committed
1 year ago
chore: delete vscode settings.json
Narayanbhat166
committed
1 year ago
chore: cargo clippy_v2
Narayanbhat166
committed
1 year ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
1 year ago
chore: cargo clippy_v2
Narayanbhat166
committed
1 year ago
chore: cargo clippy_v2
Narayanbhat166
committed
1 year ago
refactor: add amount captured in amount details intent
Narayanbhat166
committed
1 year ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
1 year ago
fix: feature flag with common_utils
Narayanbhat166
committed
1 year ago
chore: remove TODO since it is fixed in previous commit
Narayanbhat166
committed
1 year ago
+ more commits ...
Loading