#Zarizarblack

1 messages · Page 1 of 1 (latest)

mild jasperBOT
mild quartz
#

We can chat here
can you give me a quick summary of what you're stuck on?

mild jasperBOT
next oak
#

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

clever pelican
#

So basically there are two ways to determine the payment methods that are available on your invoices:

  1. 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
  2. Manually specify each payment method you want in your code by passing them in the create method's payment_method_types param https://stripe.com/docs/api/invoices/create#create_invoice-payment_settings-payment_method_types
next oak
#

But where do I update it in my hosting