You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
I do see an update succeed in the API logs in the Stripe Dashboard (payments page for this transaction)
Creating a disputed transaction and not submitting evidence for it loads the dispute review modal from ConnectPayments with the address details filled in:
I'm not sure what I'm missing here - is my billing_address string improperly formatted?
The text was updated successfully, but these errors were encountered:
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.
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.
I do see an update succeed in the API logs in the Stripe Dashboard (payments page for this transaction)
Creating a disputed transaction and not submitting evidence for it loads the dispute review modal from ConnectPayments with the address details filled in:
I'm not sure what I'm missing here - is my billing_address string improperly formatted?
The text was updated successfully, but these errors were encountered: