Skip to main content

Update Stripe Gateway

PUT 

/v2/gateways/stripe

Use this endpoint to configure Stripe.

Request

Body

    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.

    login stringrequired

    Represents Stripe test or live secret key.

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.

    login string

    Represents Stripe test or live secret key.

    name string

    Specifies the name of the gateway.

    slug string

    Represents the slug of the gateway.

    type string

    Specifies the type of object being returned.

Loading...