#devsmith
1 messages · Page 1 of 1 (latest)
Can you share the payment intent (pi_xxx) performed through the website?
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
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
I don't see any integration on this account. Do you follow the integration guide here? https://stripe.com/docs/payments/accept-a-payment
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
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
all right
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
As described in the response of https://dashboard.stripe.com/test/logs/req_VzmEU0hm0CEU24:
You cannot accept payments using this API as it is no longer supported in India. Please refer to https://stripe.com/docs/payments for accepting payments.
The payment wasn't successful. You shouldn't use legacy Token/Charges API. Payment Intent API should be used instead: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements