Skip to content

Doitpay REST API Client for Go - Balance, Simulate, Invoice, Virtual Account

License

Notifications You must be signed in to change notification settings

automotechnologies/doitpay-go

Repository files navigation

Doitpay Go SDK

The official Doitpay Go SDK offers an easy and user-friendly method to access Doitpay's REST API in applications coded in Go.

  • Package version: 1.0.0

Getting Started

Installation

Install doitpay-go in your Go application:

go get github.com/automotechnologies/doitpay-go

Place the package in your project directory and include the following in the import:

import doitpay "github.com/automotechnologies/doitpay-go"

Authorization

To utilize the SDK, initialize it with your confidential API key which you can get from the Doitpay Dashboard. If you haven't, you can register for a free Dashboard account here.

dtp := doitpay.NewClient("API-KEY")

Documentation

Access comprehensive API details and sample usages for each of our products by following the links provided below.

Read more at:

Contact Us

support@doitpay.co

Releases

No releases published

Packages

No packages published

Languages