Skip to main content

Get attached PaymentMethods available to the Shop

GET 

/shop/:guid/payment_methods/available

Returns all PaymentMethods which can be attached to this Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

Responses

The available PaymentMethods found.

Schema

  • Array [

  • guid uuidrequired

    The guid of the PaymentMethod.

    name stringrequired

    Possible values: <= 255 characters

    The name of the PaymentMethod.

  • ]

Loading...