Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(connector): [BRAINTREE] add card payment method flows #7585

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

arindam-sahoo
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Adding 3DS /No3DS Card Flows related Configs for the Braintree Payment Processor.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

Missing Configs for Braintree Connector.

How did you test it?

No3DS Auto Capture 3DS Auto Capture
image image
No3DS Manual Capture Void Payment
image image
Sync Payment Refund Payment
image image
CIT & MIT Flows Not Implemented Flows
image image
Sync Refund
image

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

Copy link

semanticdiff-com bot commented Mar 21, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  api-reference-v2/openapi_spec.json  0% smaller
  api-reference/openapi_spec.json  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Braintree.js  0% smaller
  cypress-tests/cypress/e2e/configs/Payment/Utils.js  0% smaller

@arindam-sahoo arindam-sahoo self-assigned this Mar 21, 2025
@arindam-sahoo arindam-sahoo added the A-CI-CD Area: Continuous Integration/Deployment label Mar 21, 2025
@arindam-sahoo arindam-sahoo added A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement labels Mar 21, 2025
@hyperswitch-bot hyperswitch-bot bot added the M-api-contract-changes Metadata: This PR involves API contract changes label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI-CD Area: Continuous Integration/Deployment A-connector-integration Area: Connector integration C-feature Category: Feature request or enhancement M-api-contract-changes Metadata: This PR involves API contract changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CYPRESS] Add Cypress Tests for Card Payment Methods in Braintree & Authorize.net Connectors
1 participant