#vibha-sharma_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/1289119570984177694
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- vibha-sharma_api, 19 hours ago, 16 messages
- vibha-sharma_api, 1 day ago, 45 messages
- vibha-sharma_api, 3 days ago, 23 messages
- vibha-sharma_api, 6 days ago, 26 messages
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I am trying to create subscription schedule with this data
[
"customer" => "cus_Ql0qJ3R4rrioKN"
"start_date" => 1727478000
"phases" => [ ]
"end_behavior" => "release"
"default_settings" => [
"application_fee_percent" => "10.00"
"transfer_data" => [
"destination" => "acct_1Q2SMcIzCZSKwfaL"
]
]
"payment_settings" => [
"payment_method_types" => [
0 => "customer_balance"
]
"save_default_payment_method" => "off"
]
"prebilling" => [
"iterations" => 1
]
]
Can you share with me the request ID?
https://docs.stripe.com/api/subscriptions/create#create_subscription-payment_settings The payment_settings hash is availble in the Subscriptions API, not Subscription Schedules API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
req_7GRZTetGyoEXya
I don't see any error in this request
I have created payment indent for bank transfer
after that I would like to create bank transfer via creating subscription schedule how can I do that?
are you there?
Thanks for waiting.
You can use bank transfer for subscription, but you need to do it through Dashboard.
thank you for helping me I am trying to implement this