#devsmith

1 messages · Page 1 of 1 (latest)

ebon tundraBOT
strong ocean
#

Can you share the payment intent (pi_xxx) performed through the website?

fresh halo
#

i just have form in which im redirecting payment on this link after form form where user could add card information and script working like this
@if (Request::path() == 'payments/stripe')
<script src="https://js.stripe.com/v3/"></script>
@endif

</script>

#

thats the api which im using

strong ocean
#

Can you share your account ID, so that I can take a closer look at how your integration works? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123

fresh halo
#

all right let me check

#

acct_1NY1RMSH76nTKQju

strong ocean
fresh halo
#

am i able to see payment of test card data too over stripe dashboard after successful payment through test card even if stripe secret and publishable keys are from test mode

strong ocean
#

If the payment is successful, can you share the payment intent ID (pi_xxx). Any successful payment will create a payment intent or charge ID in your integration. I'd need to the IDs to check which account the payment is performed on

fresh halo
#

all right

fresh halo
#

could you check my req id i just hit failed payment from my website and here response id which i got and i used test card which is provided by stripe in my devloper account req_VzmEU0hm0CEU24

strong ocean
ebon tundraBOT