payments
Get Payment Disputes
get/v2/payments/{id}/disputes
Path parameters
idstring required
Example:paym_yWYfCSzsUUhr9KwMv7vuLZHX
Response
Successful Response
Example response
[
{
"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.