Closed gitauto-ai[bot] closed 2 months ago
:x: Build MaxiPago-SDK-dotnet 3.0.511 failed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/41abab6c42 by @gitauto-ai[bot])
:x: Build MaxiPago-SDK-dotnet 3.0.524 failed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/e9624c99e1 by @guibranco)
:x: Build MaxiPago-SDK-dotnet 3.0.530 failed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/a7d92d7365 by @gstraccini[bot])
Original issue: #61
What is the feature
This feature adds support for PIX (SPI) payment method to the MaxiPago system.
Why we need the feature
PIX is a widely used instant payment system in Brazil, and supporting it will allow our users to process payments more efficiently and securely. This will enhance the usability and attractiveness of our platform for Brazilian customers.
How to implement and why
Update Data Contracts:
Src/MaxiPago/DataContract/Transactional
to handle PIX-specific data.PixPayment
class to encapsulate PIX payment details.Modify Transaction Handling:
Src/MaxiPago/Gateway/Transaction.cs
to include methods for processing PIX payments.API Integration:
Src/MaxiPago/Gateway/Api.cs
to integrate with the PIX API as per the documentation.Testing:
Tests/MaxiPago.Tests
to cover the new PIX payment functionality.Documentation:
README.md
and any other relevant documentation to include instructions and details about the new PIX payment support.By following these steps, we ensure that the PIX payment method is seamlessly integrated into the MaxiPago system, providing a robust and reliable payment option for our users.
Test these changes locally