#nimish-tank_error
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/1234451009447657533
đ 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.
- nimish-tank_api, 4 days ago, 12 messages
- nimish-tank_webhooks, 5 days ago, 9 messages
- nimish-tank_webhooks, 5 days ago, 14 messages
Hi
Could you please share a Stripe Object Id ? e.g. PaymentIntent Id, Subscription Id or Invoice Id ?
which one test development server or production development server ?
The one you are facing a problem with
ok
my mistack issue facing in both server
can pls give the example how to resolve this
sub_1PAruBIErBwOu8QARCvtMIJ1 this my subscription id
I don't see any failure. Actually, the user must complete the payment auth (3DS)
You need to follow this case:
https://docs.stripe.com/billing/subscriptions/webhooks#additional-action
You can follow this guide:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
$subscription = \Stripe\Subscription::create(array(
"customer" => $userdata->stripe_token,
"default_payment_method" => $card->card_id,
"items" => array(
array(
"price" => $subscription_pack->stripe_id,
),
),
"proration_behavior" => "none",
'metadata' => ["platform" => "OL", "transaction_type" => "subscription" , "machine_id" => $post_data['machine_id']],
));
I have user this code
but every time facing Payment Incomplete: We were unable to process your payment at this time. Please check your payment details and try again, or contact customer support for assistance. Please check your email
same error