#nikolayfursov-PaymentIntent

1 messages · Page 1 of 1 (latest)

ocean fox
#

Are they different value?

ember kraken
#

yep)

ocean fox
#

ah that's the source client secret

#

gotcha. Can you give me the PaymentIntent Id?

ember kraken
#
pi_3Koia7JOqWMVy2Cg1cDIQY40
ocean fox
#

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?

ember kraken
#

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

ocean fox
#

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

ember kraken
#

:/ 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

#

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
ocean fox
#

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?

ember kraken
#

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

ocean fox
#

yeah

ember kraken
#

We will try 🙂 thank you for patience and help!

#

We should doublecheck our frontend