#nimish-tank_error

1 messages ¡ Page 1 of 1 (latest)

tulip gullBOT
#

👋 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.

elfin currentBOT
#

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.

drifting canyon
#

Hi
Could you please share a Stripe Object Id ? e.g. PaymentIntent Id, Subscription Id or Invoice Id ?

fast summit
#

which one test development server or production development server ?

drifting canyon
#

The one you are facing a problem with

fast summit
#

ok

fast summit
#

my mistack issue facing in both server

#

can pls give the example how to resolve this

#

sub_1PAruBIErBwOu8QARCvtMIJ1 this my subscription id

drifting canyon
#

I don't see any failure. Actually, the user must complete the payment auth (3DS)

fast summit
#

can you pls give subscription payment intent create

#

example

drifting canyon
fast summit
#

$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