hyperswitch
feat(router): add payment_intent_data and modify api models of create intent request and response for v2
#6016
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
89
Changes
View On
GitHub
Commits
make v2 changes for payment intent diesel and domain models
hrithikesh026
committed
82 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2
Narayanbhat166
committed
81 days ago
refactor: regroup the migrations
Narayanbhat166
committed
81 days ago
add fields to payment intent from payment attempt
hrithikesh026
committed
81 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
81 days ago
refactor: make domain models compile for v2
Narayanbhat166
committed
80 days ago
chore: cargo clippy
Narayanbhat166
committed
80 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2
Narayanbhat166
committed
80 days ago
add surcharge_amount and tax_on_surcharge to payment_intent
hrithikesh026
committed
79 days ago
refactor: remove unused code related to v1 features
Narayanbhat166
committed
78 days ago
refactor: make v1 compile
Narayanbhat166
committed
77 days ago
refactor: Update imports and remove unused code for v1 features
Narayanbhat166
committed
77 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2
Narayanbhat166
committed
77 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
77 days ago
chore: fix v2 errors
Narayanbhat166
committed
76 days ago
chore: cargo clippy
Narayanbhat166
committed
76 days ago
chore: fix ci checks
Narayanbhat166
committed
75 days ago
chore: fix v2 checks
Narayanbhat166
committed
75 days ago
make v2 changes for payment attempt diesel model
hrithikesh026
committed
75 days ago
make v2 changes for payment attempt domail model
hrithikesh026
committed
75 days ago
fix migration errors
hrithikesh026
committed
75 days ago
refactor: remove payment_v2 feature flag
Narayanbhat166
committed
75 days ago
refactor: remove payment_v2 feature flag
Narayanbhat166
committed
75 days ago
Revert "refactor: remove payment_v2 feature flag"
Narayanbhat166
committed
74 days ago
Revert "refactor: remove payment_v2 feature flag"
Narayanbhat166
committed
74 days ago
Revert "fix migration errors"
Narayanbhat166
committed
74 days ago
Revert "make v2 changes for payment attempt domail model"
Narayanbhat166
committed
74 days ago
Revert "make v2 changes for payment attempt diesel model"
Narayanbhat166
committed
74 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2
Narayanbhat166
committed
74 days ago
fix: merge fixes
Narayanbhat166
committed
74 days ago
fix: schema file for v2
Narayanbhat166
committed
74 days ago
fix: diesel errors
Narayanbhat166
committed
74 days ago
chore: rename merchant_decision in payment_intent
hrithikesh026
committed
73 days ago
chore: fix migration consistency
hrithikesh026
committed
73 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2
Narayanbhat166
committed
73 days ago
fix: merge fixes
Narayanbhat166
committed
73 days ago
refactor: make currency and profile id mandatory intent
Narayanbhat166
committed
72 days ago
chore: Drop v1 columns and add v2 columns to payment_intent table
Narayanbhat166
committed
72 days ago
wip: fix compilation errors for payment attempt
Narayanbhat166
committed
72 days ago
refactor: make client secret mandatory and add todo!() for kafkaintent
Narayanbhat166
committed
71 days ago
chore: fix schema file
Narayanbhat166
committed
71 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
71 days ago
chore: cargo clippy
Narayanbhat166
committed
71 days ago
refactor: remove amount_to_capture and add apply_mit_exemption
Narayanbhat166
committed
71 days ago
refactor: remove few fields that are not necessary / moved to `feature_metadata` in v2
Narayanbhat166
committed
69 days ago
refactor: add global_payment_id type
Narayanbhat166
committed
68 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
68 days ago
refactor: remove charges and move all amount related fields to a struct
Narayanbhat166
committed
68 days ago
chore: add comments to fields in payment intent domain model
Narayanbhat166
committed
68 days ago
refactor: make few boolean fields as enum
Narayanbhat166
committed
68 days ago
chore: cargo clippy
Narayanbhat166
committed
67 days ago
chore: move enums to common enums
Narayanbhat166
committed
67 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
67 days ago
chore: fix typos
Narayanbhat166
committed
67 days ago
chore: rename enum variants
Narayanbhat166
committed
67 days ago
chore: rename enum variants for mit exemption
Narayanbhat166
committed
67 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
67 days ago
refactor: throw internal server error instead of duplicate error
Narayanbhat166
committed
67 days ago
feat: add customer_present, payment_link_config, routing_algorithm_id fields to payment intent
Narayanbhat166
committed
66 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
66 days ago
fix: merge fixes
Narayanbhat166
committed
66 days ago
feat: create Url and ClientSecret types
Narayanbhat166
committed
65 days ago
refactor: add more domain types and rename PaymentGlobalId to GlobalPaymentId
Narayanbhat166
committed
65 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
65 days ago
chore: cargo clippy
Narayanbhat166
committed
65 days ago
refactor: add a new LengthString domain type
Narayanbhat166
committed
65 days ago
chore: cargo fix
Narayanbhat166
committed
65 days ago
feat: add a domain type for statement descriptor
Narayanbhat166
committed
65 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
65 days ago
chore: move mca migration to primary constraints
Narayanbhat166
committed
65 days ago
add api_models for payments create intent api in v2
sai-harsha-vardhan
committed
65 days ago
Merge branch 'main' into payment-intent-diesel-and-domail-models-changes-v2_version_2_branch
Narayanbhat166
committed
64 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
64 days ago
chore: fix tests
Narayanbhat166
committed
64 days ago
chore: run formatter
hyperswitch-bot[bot]
committed
64 days ago
Merge branch 'payment-intent-diesel-and-domail-models-changes-v2_version_2_branch' into add-payments-create-intent-v2-api
sai-harsha-vardhan
committed
64 days ago
fix conflicts
sai-harsha-vardhan
committed
64 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
64 days ago
Merge branch 'main' of github.com:juspay/hyperswitch into add-payments-create-intent-v2-api
sai-harsha-vardhan
committed
61 days ago
resolve comments
sai-harsha-vardhan
committed
61 days ago
resolve comments
sai-harsha-vardhan
committed
61 days ago
add payment intent data and modify api_model changes for create intent request and response
sai-harsha-vardhan
committed
60 days ago
resolve conflicts
sai-harsha-vardhan
committed
60 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
60 days ago
fix hack
sai-harsha-vardhan
committed
60 days ago
Merge branch 'add-payment-intent-data-v2' of github.com:juspay/hyperswitch into add-payment-intent-data-v2
sai-harsha-vardhan
committed
60 days ago
make enums optional in create_intent request
sai-harsha-vardhan
committed
59 days ago
make order_tax_amount optional in amount_details
sai-harsha-vardhan
committed
59 days ago
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot]
committed
59 days ago
Loading