#shine_forever
1 messages · Page 1 of 1 (latest)
Can you share the payment intent ID (pi_xxx) for both scenarios?
have no the payment intent ID,Can I provide additional information to help you make a judgment?
How do you integrate with Stripe currently?
If you use Checkout Session, then you should have Checkout Session ID (cs_xxx) of the payment.
If you use Payment Element, then you should have Payment Intent (pi_xxx) of the payment.
Or any other Stripe object ID associated to this payment. We'd need them to check the payments you're referring to
Encapsulating the payment session with the order ID through the price, returning the payment address for payment, enables automatic processing of webhook notifications.
So, could you share the Checkout Session then? Or the webhook event ID (evt_xxx) of these payments you referred to?
Taking over here. Can you help me understand the issue?
The backend displays a setting of one cent, but the deduction is 7.08 RMB.
Not sure what you're referencing here
You created the Checkout Session (https://dashboard.stripe.com/logs/req_COZQnPfXnVVdH9) using a recurring line item with a value of $0.01: https://dashboard.stripe.com/prices/price_1N9HybD11wlaHnvDpmLmaUfV
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Not sure what is unexpected here
For testing purposes, we changed the price to 0.01 US cents, and then one of our test users paid with a Visa card in RMB mode and was charged 7.08 RMB.
RMB?
Ok, seems expected. I guess whatever payment method that was used doesn't support USD, so it was paid in whatever native currency it does support (RMB) and the bank did the currency conversion
The presentment currency (USD) is what we charge the card/payment method. If the payment method can't settle in USD, then the bank will use the default currency and apply the conversion. See: https://stripe.com/docs/currencies/conversions
https://www.chathub.dev/en/payment/ this is the payment test url
ChatGPT customer service robot, ChatGPT customer service system, ChatGPT integration with customer service, ChatGPT integration with DingTalk, ChatGPT integration with Feishu, ChatGPT integration with Enterprise WeChat, ChatGPT web customer service
Not sure what you're asking me to check here?
I don't understand why 0.01 USD would become 7 RMB. It should be 0.07 RMB according to the exchange rate. This is the first point.
Secondly, I haven't seen any amount received in my Stripe backend yet. However, the test user's credit card has been charged and the program has returned a successful payment for the user.
I don't understand why 0.01 USD would become 7 RMB. It should be 0.07 RMB according to the exchange rate. This is the first point.
You'd need to speak to the bank about that. They applied the FX rates, not Stripe
Secondly, I haven't seen any amount received in my Stripe backend yet. However, the test user's credit card has been charged and the program has returned a successful payment for the user.
Sure, seems expected. The payment was processed only a few hours ago? They can take days to settle into your Stripe balance, like any card transaction