hyperswitch
feat(payments_v2): add payment_confirm_intent api endpoint
#6263
Merged

Commits
  • make v2 changes for payment attempt diesel model
    Narayanbhat166 committed on 2024-09-17 13:24
  • refactor: comment out payment attempt update code for v2
    Narayanbhat166 committed on 2024-09-17 13:26
  • make v2 changes for payment attempt domail model
    Narayanbhat166 committed on 2024-09-17 13:46
  • Merge branch 'main' into payment_attempt_v2_changes
    Narayanbhat166 committed on 2024-09-20 13:07
  • refactor: rename few fields in attempt
    Narayanbhat166 committed on 2024-09-24 05:58
  • Merge branch 'main' into payment_attempt_v2_changes
    Narayanbhat166 committed on 2024-09-24 05:59
  • refactor: make payment attempt domain model changes
    Narayanbhat166 committed on 2024-09-24 13:09
  • refactor: add back connector and fix errors in v2
    Narayanbhat166 committed on 2024-09-25 11:46
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-09-25 11:51
  • Merge branch 'main' into payment_attempt_v2_changes
    Narayanbhat166 committed on 2024-09-25 11:52
  • refactor: remove payment_v2 feature flag
    Narayanbhat166 committed on 2024-09-26 08:00
  • Merge branch 'main' into payment_attempt_v2_changes
    Narayanbhat166 committed on 2024-09-26 09:59
  • chore: run formatter
    hyperswitch-bot[bot] committed on 2024-09-26 10:00
  • chore: merge fixes
    Narayanbhat166 committed on 2024-09-26 12:38
  • Merge branch 'main' into payment_attempt_v2_changes
    Narayanbhat166 committed on 2024-09-26 13:18
  • chore: fix migrations
    Narayanbhat166 committed on 2024-09-26 13:42
  • chore: cargo clippy_v2
    Narayanbhat166 committed on 2024-09-26 15:26
  • refactor: fields for payment attempt
    Narayanbhat166 committed on 2024-09-28 17:56
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-09-29 02:33
  • Merge branch 'main' into payment_attempt_v2_refactor
    Narayanbhat166 committed on 2024-09-29 02:53
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-09-29 15:15
  • feat: add ConfirmIntentRequest for v2
    Narayanbhat166 committed on 2024-09-30 09:50
  • feat: add ConfirmIntentResponse for v2
    Narayanbhat166 committed on 2024-09-30 10:46
  • wip: add payment_confirm_intent operation
    Narayanbhat166 committed on 2024-09-30 18:34
  • feat: add confirm-intent operation
    Narayanbhat166 committed on 2024-10-01 07:58
  • Merge branch 'main' into payment_attempt_v2_refactor
    Narayanbhat166 committed on 2024-10-01 09:31
  • add payments create-intent api for v2
    sai-harsha-vardhan committed on 2024-10-01 19:50
  • fix spell check
    sai-harsha-vardhan committed on 2024-10-01 19:54
  • fix ci v2
    sai-harsha-vardhan committed on 2024-10-01 19:57
  • fix clippy v2
    sai-harsha-vardhan committed on 2024-10-01 20:04
  • fix clippy v2
    sai-harsha-vardhan committed on 2024-10-01 20:22
  • refactor: add globalattempt id
    Narayanbhat166 committed on 2024-10-02 06:58
  • Merge branch 'main' into payment_attempt_v2_refactor
    Narayanbhat166 committed on 2024-10-02 07:44
  • Merge remote-tracking branch 'origin' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-02 07:57
  • Merge branch 'payment_attempt_v2_refactor' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-02 09:55
  • fix: merge fixes
    Narayanbhat166 committed on 2024-10-02 09:57
  • refactor: add get trackers for intent confirm
    Narayanbhat166 committed on 2024-10-02 10:05
  • Merge remote-tracking branch 'origin/add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-02 13:44
  • feat: implement get tracker operation for confirm intent
    Narayanbhat166 committed on 2024-10-02 17:13
  • feat: implement operations in payments core
    Narayanbhat166 committed on 2024-10-02 18:03
  • resolve conflicts
    sai-harsha-vardhan committed on 2024-10-03 08:11
  • feat: implement confirm-intent endpoint with bare minimum features
    Narayanbhat166 committed on 2024-10-05 06:24
  • chore: address few review comments
    hrithikesh026 committed on 2024-10-06 12:25
  • docs(openapi): re-generate OpenAPI specification
    hyperswitch-bot[bot] committed on 2024-10-06 12:28
  • chore: address few more review comments
    hrithikesh026 committed on 2024-10-07 04:16
  • accept unmutable payment_data in override_setup_future_usage_to_on_session
    hrithikesh026 committed on 2024-10-07 04:19
  • chore: address few more review comments
    hrithikesh026 committed on 2024-10-07 07:51
  • chore: address few more review comments
    hrithikesh026 committed on 2024-10-07 08:12
  • chore: fetch profile_id in auth layer
    hrithikesh026 committed on 2024-10-07 08:37
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-07 09:45
  • wip: fix merge errors
    Narayanbhat166 committed on 2024-10-07 15:20
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-07 15:22
  • chore: address review comments
    hrithikesh026 committed on 2024-10-08 05:33
  • chore: address clippy warning
    hrithikesh026 committed on 2024-10-08 06:28
  • Merge branch 'main' into add-payments-create-intent-api-v2
    hrithikesh026 committed on 2024-10-08 07:48
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-08 11:16
  • chore: merge fixes
    Narayanbhat166 committed on 2024-10-08 11:17
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-08 11:45
  • chore: run formatter
    hyperswitch-bot[bot] committed on 2024-10-08 11:46
  • avoid fetching profile in get_trackers
    hrithikesh026 committed on 2024-10-08 12:40
  • use FromStr impl to get id_type from headers
    hrithikesh026 committed on 2024-10-08 13:47
  • refactor: put authenticationdatav2 under v2 flag
    Narayanbhat166 committed on 2024-10-08 13:54
  • refactor: remove unncessary profile fetch in create-intent
    Narayanbhat166 committed on 2024-10-09 06:54
  • address clippy lints
    hrithikesh026 committed on 2024-10-09 08:02
  • refactor: move a trait function to domain model
    Narayanbhat166 committed on 2024-10-09 11:09
  • chore: merge fixes
    Narayanbhat166 committed on 2024-10-09 11:48
  • address comments
    hrithikesh026 committed on 2024-10-09 12:07
  • generate client secret through impl function from GlobalPaymentId
    hrithikesh026 committed on 2024-10-09 13:19
  • address comments
    hrithikesh026 committed on 2024-10-10 07:24
  • address comments
    hrithikesh026 committed on 2024-10-10 10:07
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-10-10 10:11
  • address spell check errors
    hrithikesh026 committed on 2024-10-10 10:37
  • address few more comments
    hrithikesh026 committed on 2024-10-10 10:55
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-10 10:58
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-10-10 11:05
  • refactor: remove redundant business profile being
    Narayanbhat166 committed on 2024-10-10 12:20
  • docs: add payment_confirm_intent to openapi
    Narayanbhat166 committed on 2024-10-10 12:45
  • docs: add payment_confirm_intent to openapi
    Narayanbhat166 committed on 2024-10-11 05:29
  • Merge branch 'main' into add-payments-create-intent-api-v2
    hrithikesh026 committed on 2024-10-11 05:34
  • docs: add payment_confirm_intent to openapi rust files
    Narayanbhat166 committed on 2024-10-11 06:18
  • Merge branch 'add-payments-create-intent-api-v2' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-11 07:47
  • chore: merge fixes
    Narayanbhat166 committed on 2024-10-11 07:49
  • docs(openapi): re-generate OpenAPI specification
    hyperswitch-bot[bot] committed on 2024-10-11 07:52
  • chore: cargo clippy and typos
    Narayanbhat166 committed on 2024-10-11 08:26
  • chore: fix ci hack
    Narayanbhat166 committed on 2024-10-13 10:57
  • chore: cargo clippy v2
    Narayanbhat166 committed on 2024-10-13 15:43
  • chore: cargo clippy v2
    Narayanbhat166 committed on 2024-10-14 05:00
  • Merge branch 'main' into payment_confirm_api
    Narayanbhat166 committed on 2024-10-18 10:47
  • chore: run formatter
    hyperswitch-bot[bot] committed on 2024-10-18 10:48
  • chore: cargo clippy
    Narayanbhat166 committed on 2024-10-18 10:58
  • fix: schema file for v2
    Narayanbhat166 committed on 2024-10-18 11:19
  • chore: delete vscode settings.json
    Narayanbhat166 committed on 2024-10-18 11:24
  • chore: cargo clippy_v2
    Narayanbhat166 committed on 2024-10-18 11:36
  • docs(openapi): re-generate OpenAPI specification
    hyperswitch-bot[bot] committed on 2024-10-18 11:39
  • chore: cargo clippy_v2
    Narayanbhat166 committed on 2024-10-19 16:05
  • chore: cargo clippy_v2
    Narayanbhat166 committed on 2024-10-21 07:04
  • refactor: add amount captured in amount details intent
    Narayanbhat166 committed on 2024-10-21 08:21
  • docs(openapi): re-generate OpenAPI specification
    hyperswitch-bot[bot] committed on 2024-10-21 08:24
  • fix: feature flag with common_utils
    Narayanbhat166 committed on 2024-10-21 10:01
  • chore: remove TODO since it is fixed in previous commit
    Narayanbhat166 committed on 2024-10-21 10:02
  • + more commits ...
Loading