Go SDK

GitHub The official Go SDK for the Reevit payment orchestration platform.

Installation

Quick Start


Configuration

Use reevit.WithBaseURL("https://api.reevit.io") only when you need to override the default host. Both live and test keys use the same API origin.

Environment Variables


Payments

Create Payment Intent

Get Payment

List Payments

Connections

Create Connection

List Connections

List returns one page. ListPage preserves pagination metadata, while ListAll follows pagination until every matching connection has been fetched.

Webhook Verification


Error Handling

Additional Services

  • client.Customers
  • client.PaymentLinks
  • client.Webhooks
  • client.RoutingRules
  • client.Invoices

Types


Supported Providers