#kim_afterpay-invoice
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/1270371485575417866
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I have clicked active on afterpay but still not showing up on invoices. I spoke to support and they said I have to integrate it on my stripe and to reach out to developers and they could integrate it.
in payment methods
The guy in support stated it had to be integrated and i have no idea how to do that
I am working on the ZOHO account in stripe.
pmc_1PkTvvFqIsSUyjHjTrezKsde
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
For invoices, you also need to enable the payment method(s) specifically on this invoices settings page
in the invoice settings under update payment methods it has afterpay showing to activate, when i click that it takes me to add afterpay to your custom integration
If you're not able to enable the payment method there due to not being activated, you'll need to contact support for hlep with your dashboard settings.
Alternatively, when creating invoices via the API you can specify invoice payment method types manually:
https://docs.stripe.com/api/invoices/create#create_invoice-payment_settings-payment_method_types
In test mode you should be able to use any payment methods regardless of account activation.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.