#andrew-ferk_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1351345876894748724
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Looking into this!
Thanks for waiting! Can I check if you are following the steps in either of these docs:
- https://docs.stripe.com/billing/subscriptions/bring-your-own-processor#collect-payment
- https://docs.stripe.com/billing/subscriptions/out-of-band-invoices
It looks like you don't need to pass default_payment_method when creating the subscription.
I don't have access to the "bring-your-own-processor" doc. I get Page not found!
The out-of-band-invoices is how we integrate with Braintree, but we were under the impression integration would be different, given we were using a custom payment method. Unfortunately, I have not seen any specific documentation on integration custom payment methods with subscriptions. Maybe that's the document you linked to that I don't have access to?
Attempting to pay the invoice with paid_out_of_band also generates the message "Custom payment methods are not supported on invoices.pay". See my recent request req_qptO5fkAVw5R0J
Can I check how did you find out about custom payment methods in Stripe?
My VP of Engineering and https://docs.stripe.com/payments/payment-element/custom-payment-methods
OK, I'm able to now access the bring-your-own-processor doc. This has been happening to me a lot, lately. I think whenever I switch to a sandbox environment, I lose access to some of the preview docs.