Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hakram90 opened this issue Apr 16, 2024 · 0 comments

Comments

@hakram90
Copy link

hakram90 commented Apr 16, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant