username:password
Authorization: Basic *****************
{
"charge": "string",
"payment_intent": "string",
"created": {
"gt": 0,
"gte": 0,
"lt": "string",
"lte": 0
},
"ending_before": "string",
"limit": 0,
"starting_after": "string"
}
curl --location --request GET 'https://apitest.wooshpay.com/v1/disputes/list' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"charge": "string",
"payment_intent": "string",
"created": {
"gt": 0,
"gte": 0,
"lt": "string",
"lte": 0
},
"ending_before": "string",
"limit": 0,
"starting_after": "string"
}'
{
"object": "list",
"url": "/v1/disputes",
"has_more": false,
"data": [
{
"id": "dp_1M97r8L6kclEVx6M2LpvSCG3",
"object": "dispute",
"amount": 1000,
"balance_transactions": [],
"charge": "ch_3K5l24L6kclEVx6M0ls3dCrx",
"created": 1669643926,
"currency": "eur",
"evidence": {
"access_activity_log": null,
"billing_address": null,
"cancellation_policy": null,
"cancellation_policy_disclosure": null,
"cancellation_rebuttal": null,
"customer_communication": null,
"customer_email_address": null,
"customer_name": null,
"customer_purchase_ip": null,
"customer_signature": null,
"duplicate_charge_documentation": null,
"duplicate_charge_explanation": null,
"duplicate_charge_id": null,
"product_description": null,
"receipt": null,
"refund_policy": null,
"refund_policy_disclosure": null,
"refund_refusal_explanation": null,
"service_date": null,
"service_documentation": null,
"shipping_address": null,
"shipping_carrier": null,
"shipping_date": null,
"shipping_documentation": null,
"shipping_tracking_number": null,
"uncategorized_file": null,
"uncategorized_text": null
},
"evidence_details": {
"due_by": 1671321599,
"has_evidence": false,
"past_due": false,
"submission_count": 0
},
"is_charge_refundable": true,
"livemode": false,
"metadata": {},
"payment_intent": null,
"reason": "general",
"status": "warning_needs_response"
}
]
}