Skip to main content
This page is part of the REST API Guides. View all REST API guides →
Automate gateway credential management: create, update, and delete payment gateway accounts programmatically instead of using the Portal UI. Ideal for CI/CD pipelines and multi-environment deployments.
Payment Gateway Accounts store your processor credentials securely in Orchestra. While most users configure these through the Portal, you can also manage them programmatically.
Account names must be 3-64 alphanumeric characters (no spaces or special characters).

Create or Update an Account

Endpoint: PUT /PaymentGatewayAccounts/{name}

API Reference

Complete parameter reference, response fields, and status codes for all operations

Finding Required Credentials

Each gateway requires different credentials. Use List Gateways to find the credentialsNames for your gateway:

Retrieve an Account

Endpoint: GET /PaymentGatewayAccounts/{name}

List All Accounts

Endpoint: GET /PaymentGatewayAccounts
The list endpoint returns brief information without credentials. Use the retrieve endpoint to get full details.

Delete an Account

Endpoint: DELETE /PaymentGatewayAccounts/{name}
Deletion is permanent. Ensure no active integrations reference the account before deleting.

Naming Conventions

Suggested naming patterns for gateway accounts:

List Gateways

Find required credentials

Portal Setup

UI-based configuration