Adding dynamic payment buttons to product page (applePay, G Pay, etc.)

Hi, I am trying to figure out how to add applePay to the product page. Does anyone know how to do this? I have shopPay enabled on my store, and in my liquid file I’m using this:

{% if additional_checkout_buttons %}
  

button available

  
    {{ content_for_additional_checkout_buttons }}
  

{% endif %}

I can see the text “Button available” but content_for_additional_checkout_buttons returns an empty div.