Skip to main content

Installation

Install the swervpay-go SDK in your Go application.
Shell

Usage

The client uses your business ID and secret key to authenticate requests. Read these values from environment variables or a secret manager and keep them on the server. The example below lists customers, retrieves a customer, creates a customer, lists banks, resolves an account number, and retrieves transactions.
Go
See more examples