https://github.com/gabrielhcataldo/go-asaas
💸 Go payment library, with full integration with the Asaas API.
https://github.com/gabrielhcataldo/go-asaas
bank billing boleto credit-card gopay payment payment-gateway payment-integration payment-module pix virtual-account
Last synced: 25 days ago
JSON representation
💸 Go payment library, with full integration with the Asaas API.
- Host: GitHub
- URL: https://github.com/gabrielhcataldo/go-asaas
- Owner: GabrielHCataldo
- License: mit
- Created: 2023-11-24T09:28:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T13:59:02.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:42:46.134Z (3 months ago)
- Topics: bank, billing, boleto, credit-card, gopay, payment, payment-gateway, payment-integration, payment-module, pix, virtual-account
- Language: Go
- Homepage: https://asaas.com
- Size: 291 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-asaas
=================[](https://github.com/GabrielHCataldo/go-asaas/releases/tag/v1.0.2)
[](https://goreportcard.com/report/github.com/GabrielHCataldo/go-asaas)
[](https://coveralls.io/github/GabrielHCataldo/go-asaas?branch=main)
[](https://www.codetriage.com/gabrielhcataldo/go-asaas)
[](https://pkg.go.dev/github.com/GabrielHCataldo/go-asaas/asaas)
[//]: # ([](https://github.com/GabrielHCataldo/go-asaas/actions))
[//]: # ([](https://sourcegraph.com/github.com/go-asaas/asaas?badge))
[//]: # ([](https://www.tickgit.com/browse?repo=github.com/GabrielHCataldo/go-asaas))Projeto go-asaas contem todas as interações financeiras com o Gateway de Pagamento Asaas
facilitando a implementação de pagamentos no seu projeto Go.Instalação
------------Use go get.
go get github.com/GabrielHCataldo/go-asaas
Em seguida, importe o pacote go-asaas para seu próprio código.
import "github.com/GabrielHCataldo/go-asaas/asaas"
Usabilidade e Documentação
------------
Consulte a documentação Asaas https://docs.asaas.com/reference/comece-por-aqui
para obter documentos de uso detalhados.##### Exemplos:
- [Cliente](https://github/GabrielHCataldo/go-asaas/blob/main/_example/customer/main.go)
- [Cobrança](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/charge/main.go)
- [Assinatura](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/subscription/main.go)
- [Transferências](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/transfer/main.go)
- [Antecipação](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/anticipation/main.go)
- [Parcelamento](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/installment/main.go)
- [Notas Fiscais](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/invoice/main.go)
- [Recarga de celular](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/mobile_phone/main.go)
- [Negativação](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/negativity/main.go)
- [Link de pagamento](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/payment_link/main.go)
- [Conta](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/account/main.go)
- [Subcontas](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/subaccount/main.go)
- [Informações fiscais](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/anticipation/main.go)
- [Consulta Serasa](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/credit_bureau/main.go)
- [Notificação](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/notification/main.go)
- [Webhook](https://github.com/GabrielHCataldo/go-asaas/blob/main/_example/webhook/main.go)Como contribuir
------
Faça um pull request, ou em caso de algum bug encontrado abra
um Issues.Licença
-------
Distribuído sob licença MIT, consulte o arquivo de licença dentro do código para obter mais detalhes.