Update Payment Drivers

post

/content/sim/v1/setup/updatepaymentdrivers

Updates the payment driver. If payment driver is not found is not found, it add a new payment driver.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : PaymentDriverCURequestBody
Type: object
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the payment driver in configured languages
Example:
{
    "en-US":"Payment Driver",
    "de-DE":"Zahlungstreiber",
    "es-MX":"Conductor de pago"
}
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