#GastonLifschitz
1 messages · Page 1 of 1 (latest)
Hello GastonLifschitz, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• GastonLifschitz, 3 days ago, 4 messages
Hi 👋 it's erroring because you're trying to pass the ID of a Payment Method object to a field that can only accept the ID of a Source object. You can omit this part of what you have:
default_source: paymentMethodId,
setting invoice_settings.default_payment_method should be sufficient.
Awesome! That was it! Thanks!