github.com/vasconcelosvcd/go-cielo ↗
Golang Client for Cielo REST API V3.0
Open this visualization on its own page →
Contributors
3
Lines of Code
34
From
2019-11-20
To
2021-12-30
About vasconcelosvcd/go-cielo
Go-Cielo is a Go client library for integrating with Cielo's REST API v3.0, a payment processing service. The library provides functionality for common payment operations, including tokenizing credit cards for secure storage and creating sales transactions using previously tokenized cards. Developers using this library are expected to have familiarity with Cielo's API documentation and understand the underlying API data models.
The project is in active development with several acknowledged gaps. The maintainer has flagged the need for comprehensive test coverage and plans to improve the type safety of constants, particularly around currency representations. The library focuses on core payment functionality rather than attempting to wrap the entire Cielo API surface, making it suitable for applications that need straightforward payment processing integration with Cielo's services.