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