payment_intents
Get Disputes Payment Intent
get/v2/payment_intents/{id}/disputes
Path parameters
idstring required
Example:pi_yWYfCSzsUUhr9KwMv7vuLZHX
Query parameters
startinteger
limitinteger
Response
Successful Response
Example response
{
"range": {
"start": 42,
"end": 52,
"limit": 10,
"count": 1337,
"has_more": true
},
"disputes": [
{
"id": "dspt_yWYfCSzsUUhr9KwMv7vuLZHX",
"amount": 50,
"date_bank": "1512518999",
"order_id": "NonUniqueId123",
"fee": 50,
"payment_intent": "pi_yWYfCSzsUUhr9KwMv7vuLZHX",
"payment": "paym_yWYfCSzsUUhr9KwMv7vuLZHX",
"created": "1512518400",
"payout": "pout_yWYfCSzsUUhr9KwMv7vuLZHX"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.