EZCart Docs
ApiV1StoreShopPayment methods

Get available payment methods for the shop

Get available payment methods for the shop.

GET
/v1/store/shop/payment-methods

Query Parameters

shopId?string

Response Body

application/json

curl -X GET "https://api-pub.ezcart.io/v1/store/shop/payment-methods"
{
  "methods": [
    {
      "method": "string",
      "enabled": true
    }
  ]
}