Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
account.read - Account Readcurl --location --request GET 'https://api.zid.sa/v1/managers/store/payment-methods' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"code": "string",
"payload": [
{
"enabled": true,
"code": "string",
"fees": 0,
"fees_string": "string",
"type": "string",
"name": "string",
"icons": [
"https://zid-testing.s3.eu-west-1.amazonaws.com/static/cod.png"
],
"id": 0
}
]
}