Using beanstream-go with beanstream.com

Go integration

Install

go get github.com/ken487/beanstream-go

Quick start

import "beanstream-go"

// Initialize client
client := beanstream-go.NewClient("YOUR_API_KEY")
Get payment
curl \
  /payments/{transId}
Get profile
curl \
  /profiles/{profileId}
Get cards
curl \
  /profiles/{profileId}/cards
SDK on GitHub 📄 API Docs
SDK
beanstream-go
Go
API
beanstream.com
beanstream.com

At a glance

Language Go
Endpoints15