#Harsha-payment
1 messages · Page 1 of 1 (latest)
only this message is coming
can you connect with my system , and look for it by yourself
in localhost or in live server
please help i have been stuck here since 2 days
Sure, please give me the most recent payment intent ID (starts with pi_) so that I can take a look, you can get it from your Dashboard.
pi_3KglBhSD6EyjwKBG1HzPWC3y
Thanks for the sharing the ID, I saw this transaction was made in EUR, and here's the error message
As per Indian regulations, export transactions require a description. More info here: https://stripe.com/docs/india-exports
Please read this doc for the Indian regulations on international payments https://stripe.com/docs/india-accept-international-payments
can we get transaction id along with transaction status
What do you mean by transaction ID? you mean PaymentIntent ID?
yes
to show it to user
along with payment successfull
is there any code for codignitor
Yup, you can take a look at https://stripe.com/docs/payments/intents
so succeeded = successful payment and requires_payment_method = failed payment
how cann we change currency
i mean get currency from user
i want to add one field more for currency selection only for inr and usd
in here
Hi, I'm taking oven Jack Tan.
It looks like you are creating a PaymentIntent, and then using a Payment Element to collect the card information. Is that correct?
yes