#brooker
1 messages · Page 1 of 1 (latest)
Hey there
In the future if you already have a thread open feel free to just ask further questions in the same thread
Even if they aren't related
No worries this time 🙂
Ok thanks, sorry about that
So with the Invoice PDF it can't be modified due to regulatory constraints. However if you void an Invoice then it can't be paid
Oh awesome, ok, thanks!
Is there a way to change the order of elements on the customer management portal?
No you don't really have that level of control on Customer Portal
Cool, ok. Is there a way to have different versions of the invoice template for a single account? e.g., if I wanted different memos for different types of invoices. Or can I somehow override memo on a particular invoice?
Are you creating Subscriptions here? Or using one-off Invoices?
One off
On the hosted invoice page, it autoloads the payment method. Is this just autoloaded with the last used payment method or the newest one?
Is there any way to add a link back to manage payment methods from the hosted invoice page or do we just need to link to that from our app?
Thanks bsimarck, you're the best!
In my test, it's prefilling the card info with the 42424242 card even after I deleted all my payment methods. Does the test one just do that? I'm trying to show my design team what it'll look like the first time.
Yeah the test one just pre-fills 4242
Ah, ok
It doesn't do that in production
I can just make one in prod
I saw I can set a default in the customer management. Just wondering the rules on how that's set automatically
You can control your Invoice template via the API using things like custom_fields or footer
You can see our Invoicing API for the params you control: https://stripe.com/docs/api/invoices/create
Can you clarify what you mean by this?
Oh, another question, sorry! Can we change the invoice subject line?
Set a default PaymentMethod?
Yeah, so if I pay two invoices with two different payment methods, when I go to pay a third one, will it default to the last one I used or the first one?
If the Customer has a set invoice_settings.default_payment_method (https://stripe.com/docs/api/customers/object#customer_object-invoice_settings-default_payment_method) then that will be used to pay any charge_automatically Invoices.
Ok, cool Is there any way to change the email subject line for the invoice?
Ah sorry, missed that.
All good, I'm rapid firing
No you can't customize the email Subject
It will be: New invoice from xxx #xxxxxx-xxxx
Ok, thanks!
Is there a way to turn off saved payments?
payment methods*
So, if for some reason we wanted our users to have to enter it every time and not auto fill it
It will never be auto-filled in the Hosted Invoice Page in production