#andrew_api

1 messages ¡ Page 1 of 1 (latest)

pearl agateBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1346588306451861534

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

lavish trout
#
grim latch
#

Thank you! What about invoices generated by subscriptions set to collect automatically?

#

Is there a best practice recommended here? I turned off the default payment method types that we didn't want our existing self serve users to have access to and was surprised to see the payment methods remained visible on all active subscriptions. Almost like the subscription inherited and was sticking to whatever payment methods were default at the time it was created

lavish trout
#

I do not think you would be able to update that via the API at least. Let me look

grim latch
#

That would track with what I'm seeing I think.. Thanks for double checking!

lavish trout
grim latch
#

Giving it a try!

#

Body like this?
{
"payment_settings[payment_method_types][0]": "card",
"payment_settings[payment_method_types][1]": "apple_pay",
"payment_settings[payment_method_types][2]": "google_pay",
"payment_settings[payment_method_types][3]": "amazon_pay",
"payment_settings[payment_method_types][4]": "link"
}

#

Looks like I got it. For some reason, it didn't like apple_pay and google_pay even though they're in my general list of available method types

lavish trout
#

Nice! Yeah, apple_pay and google_pay are under card payment method types so you do not pass those

pearl agateBOT
lavish trout
#

@grim latch are you unblocked here?

grim latch
#

Ah understood! Yep, I believe I am. Thank you!