High Wire Payments

Introduction

The High Wire Gateway API is a payments gateway: authorize, capture, void, and refund card payments, charge saved payment methods, and create hosted checkout sessions. Requests authenticate with HTTP Basic auth — see Authentication.

This site has two halves: Guides (task-based walkthroughs, start here) and API Reference (generated from the OpenAPI spec — every endpoint, schema, and response).

Environments

EnvironmentBase URL
Staginghttps://api-payments-staging.highwirepayments.com
Productionhttps://api-payments.highwirepayments.com

Credentials are environment-scoped: staging credentials only work against staging, production credentials only against production.

Start here

On this page