Skip to main content
GET
Retrieve Payment Gateway Account

Gateway Accounts Guide

Complete guide with account management and best practices

Authorizations

X-Api-Key
string
header
required

Please enter ApiKey into field

Path Parameters

name
string
required

A unique name of this Payment Gateway Account

Pattern: ^[A-Za-z0-9]{3,64}$

Response

OK

Output Model for designating a payment gateway account

name
string | null

Name of account

creationTime
string<date-time>

Date and time the credentials were stored

paymentGatewayName
string | null

Unique name of the Payment Gateway the account information relates to.

credentials
object[] | null

A list of key-value pairs that represents your credentials within the Payment gateway. Each key should represent a parameter listed in the "CredentialsNames" element of the response from the list all payment gateways method at [GET] /paymentGateway Example: "Credentials": [ { "Key": "PrivateKey", "Value": "VBtt666M/G098098vgdewvk0Mc-GH" } ]