#Zarizarblack
1 messages · Page 1 of 1 (latest)
We can chat here
can you give me a quick summary of what you're stuck on?
I am trying to set it up where when someone pays my invoice using my CRM they are able to choose from the different payment options i offer. thing is, the person earlier was telling me i would need to have my payment_automatic something set to true or approved or something. Well i am inside my hosting trying to find what he was referring to but not sure where to find it
So basically there are two ways to determine the payment methods that are available on your invoices:
- Use your dashboard settings, set available PMs at https://dashboard.stripe.com/settings/billing/invoice and then create an invoice, the invoice should have the PMs that you set on that page
- Manually specify each payment method you want in your code by passing them in the
createmethod'spayment_method_typesparam https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-payment_method_types
But where do I update it in my hosting