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?
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?