Skip to main content

Update Elastic Path Payments Powered by Stripe

PUT 

/v2/gateways/elastic_path_payments_stripe

Use this endpoint to configure Elastic Path Payments Powered by Stripe in Commerce.

note

You can contact Elastic Path sales or customer success team to get more information about Elastic Path Payments Powered by Stripe and to check whether it will work for you.

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.

    stripe_account stringrequired

    Specifies the Stripe Connect account ID.

    test boolean

    Specifies whether the test mode is enabled. Set true to enable test mode and false to disable the test mode. 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.

    stripe_account string

    Specifies the Stripe account ID.

    name string

    Specifies the name of the gateway.

    test boolean

    Specifies whether the test mode is enabled. Set true to enable test mode and false to disable the test mode. Default is false.

    slug string

    Represents the slug of the gateway.

    type string

    Specifies the type of object being returned.

Loading...