Add or Replace a Payment Gateway Account

A Payment Gateway Account is the set of information necessary for connecting to a specific payment gateway through our system.
This method allows you to add a new stored Payment Gateway Account in the system or to replace an existing one.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^[A-Za-z0-9]{3,64}$

A unique name of this Payment Gateway Account

Body Params

Payment gateway account data

Input Model for designating a payment gateway account

string | null

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

credentials
array of objects | 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"
}
]

credentials
Responses

401

Not authenticated

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json