fix(router): Make v2 endpoints follow standard naming conventions#8630
Merged
likhinbopanna merged 6 commits intomainfrom Jul 21, 2025
Merged
fix(router): Make v2 endpoints follow standard naming conventions#8630likhinbopanna merged 6 commits intomainfrom
likhinbopanna merged 6 commits intomainfrom
Conversation
jarnura
previously approved these changes
Jul 15, 2025
deepanshu-iiitu
previously approved these changes
Jul 15, 2025
Contributor
deepanshu-iiitu
left a comment
There was a problem hiding this comment.
Connector changes look good
likhinbopanna
previously approved these changes
Jul 16, 2025
prasunna09
previously approved these changes
Jul 16, 2025
SanchithHegde
previously approved these changes
Jul 16, 2025
Member
SanchithHegde
left a comment
There was a problem hiding this comment.
Please inform all affected teams about these API changes.
da00e9b
jarnura
previously approved these changes
Jul 17, 2025
jarnura
approved these changes
Jul 17, 2025
likhinbopanna
approved these changes
Jul 18, 2025
prasunna09
approved these changes
Jul 18, 2025
pixincreate
added a commit
that referenced
this pull request
Jul 22, 2025
…ordea-sepa * 'main' of github.com:juspay/hyperswitch: refactor(connector): [Adyen] map ssn and session validity for Pix (#8702) feat(core): Implement UCS kill switch for emergency fallback (#8651) fix(openapi): Added Error Response Schema for Status Code 400 (#8684) feat(connector): Add template code for breadpay (#8655) chore(version): 2025.07.21.1 refactor(payments): fetch payment method information in attempts list api v2 and add custom billing connector template (#8681) fix(router): Make v2 endpoints follow standard naming conventions (#8630) fix(connector): [Cybersource] Add type_selection_indicator as 1 for all cards (#8663) feat(routing): Add API key auth for decision engine endpoints (#8640) feat(authentication): Added eligibility flow for modular authentication (#8431) feat(connector): [BLACKHAWKNETWORK] Add Template Code (#8632) fix: remove straight through routing from routing approach (#8695) fix(connector): [Access Worldpay] correct enum deserialization for payment responses for (#8689) chore(version): 2025.07.21.0
pixincreate
added a commit
that referenced
this pull request
Jul 22, 2025
…ayload-recurring * 'main' of github.com:juspay/hyperswitch: (48 commits) fix(connector): Add Trustpay in Authentication Providers Config (#8622) refactor(connector): [Adyen] map ssn and session validity for Pix (#8702) feat(core): Implement UCS kill switch for emergency fallback (#8651) fix(openapi): Added Error Response Schema for Status Code 400 (#8684) feat(connector): Add template code for breadpay (#8655) chore(version): 2025.07.21.1 refactor(payments): fetch payment method information in attempts list api v2 and add custom billing connector template (#8681) fix(router): Make v2 endpoints follow standard naming conventions (#8630) fix(connector): [Cybersource] Add type_selection_indicator as 1 for all cards (#8663) feat(routing): Add API key auth for decision engine endpoints (#8640) feat(authentication): Added eligibility flow for modular authentication (#8431) feat(connector): [BLACKHAWKNETWORK] Add Template Code (#8632) fix: remove straight through routing from routing approach (#8695) fix(connector): [Access Worldpay] correct enum deserialization for payment responses for (#8689) chore(version): 2025.07.21.0 feat(debit_routing): add debit routing support for apple pay (#8673) refactor(router): decrypt the wallet token before the debit routing call (#8598) chore: update org retrieve api response to include org type (#8660) feat(routing): Add routing evaluation rule endpoint and related flow (#8656) fix(connector): [AUTHORIZEDOTNET] Added Invoice Number Fix (#8685) ...
pixincreate
added a commit
that referenced
this pull request
Jul 22, 2025
…acilitapay-mca-metadata * 'main' of github.com:juspay/hyperswitch: fix(connector): Add Trustpay in Authentication Providers Config (#8622) refactor(connector): [Adyen] map ssn and session validity for Pix (#8702) feat(core): Implement UCS kill switch for emergency fallback (#8651) fix(openapi): Added Error Response Schema for Status Code 400 (#8684) feat(connector): Add template code for breadpay (#8655) chore(version): 2025.07.21.1 refactor(payments): fetch payment method information in attempts list api v2 and add custom billing connector template (#8681) fix(router): Make v2 endpoints follow standard naming conventions (#8630) fix(connector): [Cybersource] Add type_selection_indicator as 1 for all cards (#8663) feat(routing): Add API key auth for decision engine endpoints (#8640) feat(authentication): Added eligibility flow for modular authentication (#8431) feat(connector): [BLACKHAWKNETWORK] Add Template Code (#8632) fix: remove straight through routing from routing approach (#8695) fix(connector): [Access Worldpay] correct enum deserialization for payment responses for (#8689)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
/v2/organization, use/v2/organizationsRenamed (current version removed) endpoints:
/v2/organization->/v2/organizations/v2/routing-algorithm->/v2/routing-algorithms/v2/payment-methods-session->/v2/payment-method-sessions(refunds)
/update_metadata->update-metadataDuplicated (current version not removed) endpoints:
/v2/user->/v2/users/create_merchant->/create-merchant/v2/process_tracker/revenue_recovery_workflow->/v2/process-trackers/revenue-recovery-workflow/list_attempts->/list-attemptsAdditional Changes
Motivation and Context
Closes #8629
How did you test it?
Request:
Response:
{ "id": "org_4YoqpRWuOelFCr7Lbh2l", "organization_name": "v2_org_1752571419", "organization_details": null, "metadata": null, "modified_at": "2025-07-15 09:23:39.045598", "created_at": "2025-07-15 09:23:39.045496" }Request:
Response:
{ "id": "12345_pms_01980d66e6ab715093173e3078818fc5", "customer_id": "12345_cus_01980d66d85c78f28c2f25980c48a60b", "billing": { "address": { "city": null, "country": null, "line1": null, "line2": null, "line3": null, "zip": null, "state": null, "first_name": "John", "last_name": "Dough" }, "phone": null, "email": "example@example.com" }, "psp_tokenization": null, "network_tokenization": null, "tokenization_data": null, "expires_at": "2025-07-15T09:40:04.299Z", "client_secret": "cs_01980d66e6ab715093173e43f85db63a", "return_url": null, "next_action": null, "authentication_details": null, "associated_payment_methods": null, "associated_token_id": null }Checklist
cargo +nightly fmt --allcargo clippy