Price {money} format in cents only

I need implement the following widget into the sotre:
https://developers.klix.app/api/#klix-pay-later-monthly-payment-widget

For it to work, I need to get product price from Shopify in cents and I can’t figure it out.
To display $679.00 - I need to get 67900

Do you have any idea how to get the price in cents only?

Solved! It’s -
{{ product.price | money_numbers_only}}