Defend
Last updated
Was this helpful?
Was this helpful?
grpcurl -H "x-connector: stripe" \
-H "x-connector-config: {\"config\":{\"Stripe\":{\"api_key\":\"$STRIPE_API_KEY\"}}}" \
-d '{
"merchant_dispute_id": "dispute_001",
"connector_transaction_id": "pi_3Oxxx...",
"dispute_id": "dp_1Oxxx...",
"reason_code": "goods_services_received"
}' \
localhost:8080 \
types.DisputeService/Defend{
"dispute_id": "dp_1Oxxx...",
"dispute_status": "CHALLENGED",
"status_code": 200
}