#dmitrii-timofeenko_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/1224693046713516145
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
unfortunately we don't really provide help with 3rd party SKDs or extensions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is the native parameter
I don't know what parameter the laravel cashier is using
native
but it's not passed to the request https://dashboard.stripe.com/test/logs/req_0dpYk8yK6rNUqg
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thanks for pointing that
i was putting it in $customerOptions
if i put in session options im getting this error
Received unknown parameter: billing_cycle_anchor_config. Did you mean billing_address_collection?"
it's within subscription_data
i don't know difference in this arrays
as I said, I'm not familiar with laravel cashier and they have their proper SDK
in docs it says "session data"
you need to contact their support
I think you can help me
in the session data you have subscription_data.billing_cycle_anchor
what value should i put in billing_cycle_anchor to make payments on 6th of every month?
the timestamp of the next 6th of the month
for example the next 6th of the month is April 6th
you get the timestamp of that date in seconds
and you pass it
you don't need to add a month though
it's for next month
ok