stripe / react-connect-js

React components for Connect.js and Connect embedded components
https://stripe.com/docs/connect/get-started-connect-embedded-components
MIT License
22 stars 9 forks source link

ConnectPayments not showing billing address when evidence submitted through API #85

Open hakram90 opened 6 months ago

hakram90 commented 6 months ago

I'm listening to Dispute events from Stripe using a webhook, and updating the dispute with evidence using the API. The evidence payload has a billing_address key.

Screenshot 2024-04-16 at 5 27 13 PM

When I load a dispute I have updated this way using the ConnectPayments component from stripe/react-connect-js to review the evidence and submit it to the bank, the billing address is not populated.

Screenshot 2024-04-16 at 5 30 19 PM

I do see an update succeed in the API logs in the Stripe Dashboard (payments page for this transaction)

Screenshot 2024-04-16 at 5 31 52 PM Screenshot 2024-04-16 at 5 32 11 PM

Creating a disputed transaction and not submitting evidence for it loads the dispute review modal from ConnectPayments with the address details filled in:

Screenshot 2024-04-16 at 5 34 15 PM

I'm not sure what I'm missing here - is my billing_address string improperly formatted?