Skip to main content
GET
/
PaymentGateway
List all payment gateways
curl --request GET \
  --url https://api.orchestrasolutions.com/PaymentGateway \
  --header 'X-Api-Key: <api-key>'
[
  {
    "name": "<string>",
    "displayName": "<string>",
    "paymentGatewayUrl": "<string>",
    "description": "<string>",
    "credentialsNames": [
      "<string>"
    ],
    "supportsNetworkToken": true
  }
]

List Gateways Guide

Complete guide with credential discovery and usage examples

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Response

OK

name
string | null

The ePayTools internal identifier for this Payment Gateway

displayName
string | null

The name of the Payment Gateway in friendly format

paymentGatewayUrl
string | null

Url to Payment Gateway site (informational)

description
string | null

Payment Gateway Description (informational)

credentialsNames
string[] | null

A list of all credential parameters needed to provide for this Payment Gateway

supportsNetworkToken
boolean

Indicates whether the Payment gateway supports Network Token (from Card schemes)