Skip to main content

Get attached PaymentMethods of Shop

GET 

/shop/:guid/payment_methods

Returns all PaymentMethods which are attached to this Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

Responses

The attached PaymentsMethods of the Shop found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the PaymentMethod.

    name stringrequired

    Possible values: <= 255 characters

    The name of the PaymentMethod.

  • ]

Loading...