Skip to content

feat: add payment method type PixQr - #1678

Open
bsayak03 wants to merge 2 commits into
mainfrom
pixQr/newpmt
Open

feat: add payment method type PixQr#1678
bsayak03 wants to merge 2 commits into
mainfrom
pixQr/newpmt

Conversation

@bsayak03

@bsayak03 bsayak03 commented Jul 7, 2026

Copy link
Copy Markdown

Type of Change

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

Description

Added a new payment method type PixQr

How did you test it?

Tested in demo store by pointing BE to Integ

{
  "feature_metadata": {
    "pix_additional_details": {
      "scheduled": {
        "date": "2026-09-10"
      }
    }
  },
  "currency": "BRL",
  "amount": 2999,
  "order_details": [
    {
      "product_name": "Apple iPhone 15",
      "quantity": 1,
      "amount": 2999
    }
  ],
  "confirm": false,
  "capture_method": "automatic",
  "authentication_type": "three_ds",
  "customer_id": "hyperswitch_sdk_demo_id",
  "email": "hyperswitch_sdk_demo_id@gmail.com",
  "request_external_three_ds_authentication": false,
  "description": "Hello this is description",
  "shipping": {
    "address": {
      "line1": "1467",
      "line2": "Harrison Street",
      "line3": "Harrison Street",
      "city": "San Fransico",
      "state": "California",
      "zip": "94122",
      "country": "BR",
      "first_name": "joseph",
      "last_name": "Doe"
    },
    "phone": {
      "number": "8056594427",
      "country_code": "+91"
    }
  },
  "metadata": {
    "udf1": "value1",
    "new_customer": "true",
    "login_date": "2019-09-10T10:11:12Z"
  },
  "billing": {
    "address": {
      "line1": "1467",
      "line2": "Harrison Street",
      "line3": "Harrison Street",
      "city": "San Fransico",
      "state": "California",
      "zip": "94122",
      "country": "BR",
      "first_name": "joseph",
      "last_name": "Doe"
    },
    "phone": {
      "number": "8056594427",
      "country_code": "+91"
    }
  }
}
Screenshot 2026-08-12 at 18 28 11 Screenshot 2026-08-12 at 18 30 23 Screenshot 2026-08-12 at 18 31 01

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@semanticdiff-com

Copy link
Copy Markdown

Review changes with  SemanticDiff

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🚫 Missing Linked Issue

Hi 👋 This pull request does not appear to be linked to any open issue yet.

Linking your PR to an issue helps keep the project tidy and ensures the issue is closed automatically.

✔️ How to fix this

  • Add a keyword like Fixes #123 or Closes #456 to your PR description or a commit message.
  • Or link it manually using the "Linked issues" panel in the PR sidebar.

Tip: You can link multiple issues.
🚫 Note: If only one issue is linked, it must be open for this check to pass.

Once linked, this check will pass automatically on your next push or when you re-run the workflow.

Thanks for helping maintainers! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add payment method type PixQr

2 participants