Skip to content

cksidharthan/go-gocardless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gocardless

Go Library for GoCardless Bank Account Data API

Requirements

  • Go 1.16+
  • Gocardless API Secret ID & Key
  • Taskfile (optional)

Usage

Usage examples can be found in the respective package's *_test.go files.

Implemented Endpoints

  • Token
  • Accounts - Balances, Details, Transactions
  • Agreements
  • Institutions
  • Requisitions

Please refer to GoCardless Bank Account Data API for more information on the endpoints.

Pending Endpoints

  • Payments - Since this needs some access to the API which is paid, I will not be implementing this since I can't test. If you would like to contribute, please feel free to open a PR.

Issues

Please report any issues or bugs to the Issues page.

pkg-coverage-img