feat(payment_link): expose configurations for payment links#7742
Merged
Gnanasundari24 merged 6 commits intomainfrom Apr 9, 2025
Merged
Conversation
Changed Files
|
sahkal
previously approved these changes
Apr 8, 2025
sahkal
approved these changes
Apr 8, 2025
jarnura
approved these changes
Apr 8, 2025
pixincreate
added a commit
that referenced
this pull request
Apr 10, 2025
…acilitapay-pix-pmt * 'main' of github.com:juspay/hyperswitch: (21 commits) chore(version): 2025.04.10.0 refactor(connector): [STRIPE] Remove sofort bank redirect from stripe (#7733) feat(connector): Add invoice number and email in AuthorizeDotNet connector (#7726) fix(router): fix retry_count and add validation for process_tracker (#7614) feat(payment_link): expose configurations for payment links (#7742) chore(version): 2025.04.09.0 chore(postman): update Postman collection files feat(connector): [AIRWALLEX, ELAVON, NOVALNET, XENDIT] add in feature API (#7163) refactor: move merchant_key_store table to accounts schema (#7746) chore(postman): update `Stripe` response `status`, `error_code`, and `error_message` for deprecated `Sofort` (#7730) feat(connector): Add recovery support for recurly [v2] (#7497) refactor(cypress): update BOA configs for manual payments' refunds and connector agnostic (#7690) feat(router): Support `card` in `payment_method_subtype` [V2] (#7662) feat: Add open API reference for Intelligent router (#7727) ci(cypress-ci): remove wise payout from running in github ci (#7756) feat(authentication): create authentications to fallback to ApiKeyAuth if AdminApiAuth fails (#7744) chore(version): 2025.04.08.0 feat(core): added force_3ds_challenge for decoupled txns (#7484) chore(version): 2025.04.07.0 chore(postman): update Postman collection files ...
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
This PR exposes three configurations for payment links
payment_form_header_text- for rendering a header text for payment linkspayment_form_label_type- for specifying the type of payment form labels (floating / above / never)show_card_terms- for controlling visibility of the terms for cards (auto / always / never)Additional Changes
Motivation and Context
Helps in exposing UI functionalities through some configs for SDK.
How did you test it?
Tested locally
Create payment link with new configs
cURL
Response
Verify below things
Checklist
cargo +nightly fmt --allcargo clippy