This page is part of the REST API Guides. View all REST API guides →
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 thecredentialsNames 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}
Naming Conventions
Suggested naming patterns for gateway accounts:Related
List Gateways
Find required credentials
Portal Setup
UI-based configuration