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.
Please enter ApiKey into field
A unique name of this Payment Gateway Account
Payment gateway account data
Input Model for designating a payment gateway account
Unique name of the Payment Gateway the account information relates to.
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"
}
]
OK
Output Model for designating a payment gateway account
Name of account
Date and time the credentials were stored
Unique name of the Payment Gateway the account information relates to.
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"
}
]