--- title: "Liquid filters: payment_type_img_url" description: Returns the URL for an SVG image of a given [payment type](/docs/api/liquid/objects/shop#shop-enabled_payment_types). api_name: liquid source_url: html: https://shopify.dev/docs/api/liquid/filters/payment_type_img_url md: https://shopify.dev/docs/api/liquid/filters/payment_type_img_url.md --- # payment\_​type\_​img\_​url ```oobleck string | payment_type_img_url ``` returns [string](https://shopify.dev/docs/api/liquid/basics#string) Returns the URL for an SVG image of a given [payment type](https://shopify.dev/docs/api/liquid/objects/shop#shop-enabled_payment_types). ##### Code ```liquid {% for type in shop.enabled_payment_types %} {% endfor %} ``` ##### Data ```json { "shop": { "enabled_payment_types": [ "visa", "master", "american_express", "paypal", "diners_club", "discover" ] } } ``` ##### Output ```html ``` ## Rendered output