#nikolayfursov-PaymentIntent
1 messages · Page 1 of 1 (latest)
yep)
pi_3Koia7JOqWMVy2Cg1cDIQY40
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the request for confirming that PI and it has a different URL
Can you double check where did you get the URL in your 1st message?
I haven't got access to see the logs from url you send.
But I'll check
Hm, It's completely strange. Because we do only one request for confirm payment intent.
Get the response, take this section on payment_intent_response
"next_action": {
"redirect_to_url": {
"return_url": "https://my.own.site/3ds_callback",
"url": "https://hooks.stripe.com/redirect/authenticate/src..."
},
"type": "redirect_to_url"
},
and try to open iframe with "url" from payment intent response
Yeah that suppose to be correct, but the request to confirm the PI, it retunrs a next_action.redirect_to_url.url of ...src_1Koia8JOqWMVy2CgtCdjt0t6...
which is different than what I see in your 1st message
:/ But can you answer one more question?
We do all requests with our test token. But I don't see any logs for yesterday and today in our dashboard
Should we see all logging info at https://dashboard.stripe.com/test/logs?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry for misunderstanding, I saw what you were talking about. With this PI pi_3Koia7JOqWMVy2Cg1cDIQY40 we really got this url
"acs_url": "https://hooks.stripe.com/redirect/authenticate/src_1Koia8JOqWMVy2CgtCdjt0t6?client_secret=src_client_secret_O9dGLlblsWQo6BKvWoz7egde&source_redirect_slug=test_YWNjdF8xS2g2ZGxKT3FXTVZ5MkNnLF9MVms0SGN1SU1jQ2JTOXF5UUNMaXJSRElsVVpUck1K0100VgSsWqar
But I don't see any logs for yesterday and today in our dashboard
Normally you should. But if you use connect with Direct Charge it would appear on the Connected Account log instead
With this PI pi_3Koia7JOqWMVy2Cg1cDIQY40 we really got this url
Yeah correct! And it should work under an iframe I believe
In the line iframe.src = may be you missed the qoute?
So next_action.redirect_to_url.url - is completely ready url, which we shouldn't change? right?
We just need to open iframe with it
yeah
It's outlined here https://stripe.com/docs/payments/3d-secure#render-iframe