Skip to content

Conversation

@sarthaksrinivas
Copy link

@sarthaksrinivas sarthaksrinivas commented Feb 4, 2025

This PR introduces support for 3DS DataOnly transactions in the SDK.

The change allows merchants to collect and submit 3DS data without performing
full authentication by adding a dataOnly boolean flag to the threeDSecure
object when creating charges.

Changes:

  • Added optional dataOnly parameter to threeDSecure object schema
  • Updated types and documentation
  • Added support for Zoop and Rede providers

Example usage:

await malga.charges.create({
  // ...other charge params
  threeDSecure: {
    dataOnly: true,
    redirectURL: "http://merchant.com/callback",
    // ...other 3DS params
  }
})

The dataOnly feature is supported in:

Transactional API
Session API
Export Data API

…d code

style(layout.tsx): comment out logs link in the layout to prevent navigation to removed logs page
@vercel
Copy link

vercel bot commented Feb 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
demo-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 3:21pm

…ser authentication

fix(layout.tsx): uncomment logs link in the root layout for navigation to logs page
@sarthaksrinivas sarthaksrinivas changed the title chore(logs): remove logs layout and page components to clean up unused code feat(logs): create logs layout and page to display chat logs with user authentication Feb 4, 2025
@sarthaksrinivas sarthaksrinivas changed the title feat(logs): create logs layout and page to display chat logs with user authentication feat(photo-avatar): rename prompt field to appearance in request body of /v2/photo_avatar/photo/generate Feb 6, 2025
@sarthaksrinivas sarthaksrinivas changed the title feat(photo-avatar): rename prompt field to appearance in request body of /v2/photo_avatar/photo/generate feat(photo-avatar): fleek integration Feb 6, 2025
@sarthaksrinivas sarthaksrinivas changed the title feat(photo-avatar): fleek integration feat(fleek): fleek integration Feb 6, 2025
@sarthaksrinivas sarthaksrinivas changed the title feat(fleek): fleek integration feat(3DS): Add dataOnly option to threeDSecure object Feb 7, 2025
@sarthaksrinivas sarthaksrinivas changed the title feat(3DS): Add dataOnly option to threeDSecure object feat(3DS): Add dataOnly option to 3DSecure 2 object Feb 7, 2025
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.

2 participants