Add Payment Drivers

post

/content/sim/v1/setup/paymentdrivers

Add the payment driver to the specified organization.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : PaymentDriver
Type: object
Show Source
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : TranslatedString_PaymentDriverName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the payment driver in configured languages
Example:
{
    "en-US":"Payment Driver",
    "es-SS":"Conductor de pago",
    "lt=LT":"Mok??jimo vairuotojas"
}
Back to Top

Response

Supported Media Types

200 Response

Response object
Body ()
Root Schema : PaymentDriverResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top