Skip to main content

Update Manual Gateway

PUT 

/v2/gateways/manual

This endpoint allows you update the manual gateway.

Request

Body

    oneOf
    data object
    enabled boolean

    Specifies whether the gateway is enabled or disabled. Set true to enable the gateway and false to disable the gateway. Default is false.

Responses

OK

Schema
    data object
    enabled boolean

    Specifies whether the gateway is enabled or disabled. Set true to enable the gateway and false to disable the gateway. Default is false.

    name string

    Specifies the nme of the gateway.

    slug string

    Specifies the slug of the gateway.

    type string

    Specifies the type of object being returned.

Loading...