Re-Occuring Lease Payments

curl https://api.stripe.com/v1/checkout/sessions \ -u "sk_test_51SS8xyC8MXEruFr8VwUgxq8BSJmAP2wDIy5jMT9hc1Rb6J8ZpVRCi7IbymB3BO4sR7BAODpV6O0frZj72E2Nh7iH00LSSLTWnu:" \ -d "line_items[0][price]"="{{PRICE_ID}}" \ -d "line_items[0][quantity]"=1 \ -d mode=payment \ -d "branding_settings[display_name]"=Powdur \ -d "branding_settings[font_family]"=roboto \ -d "branding_settings[border_style]"=rectangular \ --data-urlencode "branding_settings[background_color]"="#7D8CC4" \ --data-urlencode "branding_settings[button_color]"="#A0D2DB" \ -d ui_mode=embedded \ --data-urlencode return_url="https://example.com/return"