Skip to main content

Attach PaymentMethod to Shop

POST 

/shop/:guid/payment_methods/:payment_method_guid

Attach a PaymentMethod to a Shop.

Request

Path Parameters

    guid uuidrequired

    The guid of the Shop.

    payment_method_guid uuidrequired

    The guid of the PaymentMethod.

Responses

PaymentMethod attached to Shop. This returns an empty response.

Loading...