#darthvader666uk
1 messages · Page 1 of 1 (latest)
Hi
I imagine you are following the embedded Connect components guide :
https://stripe.com/docs/connect/get-started-connect-embedded-components
Do you have a current dispute ? if so can you share the payment intent Id ?
Oh no i doint have a current dispute and yes, this is the guide im follwing but, it current displays like this:
so that's why you don't see dispute tab
ah! wow i feel so stupid. So if theres no current disputes, it wont show?
if thats the case, whats the besrt way to force a dispute? Im is test mode not live data currently
yes
You can create a payment using one of these test payment methods:
https://stripe.com/docs/testing#disputes
thank you for this
So, after testing, its still coming up as suceeded and, then isnt showing the tab? I have tried it on the first 2 (fraudulent and not recieved)
I can try and find the ID if it helps?
Can you share the PaymentIntent Id ?
I think its:
pm_1NfgcuEQcyD34Aosl1nVZLXk
this is the payment method Id, I need the payment intent Id pi_12
ah would it be this?
pi_3NfgcyEQcyD34Aos0jKsen1J
mmm.. i see
I wonder why its not showing as disputed
Would i need to accept the dispute in order to show perhaps?
Are you seeing other destination charges in that embedded connect payment component ? for the same Connect Account acct_1N5oTzCZN4s1QaK2 ?
no im not to be honest.
it just that one. Let me have a look at the conenction again perhaps, making sure its at the right place
Also, if it helps im using
"stripe_version" => "2022-08-01; embedded_connect_beta=v1",
no im not to be honest.
Can you share a PaymentIntent example that is being displayed in your connect embdeded payments component ?
THis first one is:
pi_3NfgcyEQcyD34Aos0jKsen1J
The second one is:
pi_3NfgXDEQcyD34Aos1Lax2rvr
Not sure what expectation is here. Have you created a disputed payment for that account?
Basically Im trying to get this displayed thats shown here: https://stripe.com/docs/connect/get-started-connect-embedded-components
Unless I have the wrong type of disputed payment, It maybe not showing?
THis is one od the disputed payments I made
https://dashboard.stripe.com/test/payments/pi_3NfgcyEQcyD34Aos0jKsen1J
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok, but you need to create a disputed payment using the test credentials to simulate that: https://stripe.com/docs/testing#disputes
correct yes, I made one here:
https://dashboard.stripe.com/test/payments/pi_3NfgcyEQcyD34Aos0jKsen1J
With these details
4000000000000259
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but its showing as Succeeded rather than disputed within our code
I must be missing somwthing. Maybe some sort of fresh request once something has updated perhaps?
Which code? The embedded component?
I would suspect that this is because you're doing destination charges, and they seemingly don't support disputes in the components: https://stripe.com/docs/connect/get-started-connect-embedded-components#payments
Also the dispute itself exists on the platform, not the connected account which is the context which the list is rendered in: https://stripe.com/docs/disputes/connect
ah yes, they are destination charges, so that would make sense
Thank you for the very useful information, that has been a bit of a learning curve 🙂