Get Payment Drivers

post

/content/sim/v1/setup/getpaymentdrivers

Gets all the payment drivers

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : PaymentDriverGetRequest
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

A Collection of payment driver objects
Body ()
Root Schema : PaymentDriverGetResponse
Type: object
Show Source
Nested Schema : items
Type: array
Array of Payment Drivers objects of the organization.
Show Source
Nested 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"
}

400 Response

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

404 Response

404 Requested resource not found
Back to Top