payments

Get Payment Disputes

get/v2/payments/{id}/disputes

Path parameters

idstring required
Example:paym_yWYfCSzsUUhr9KwMv7vuLZHX

Response

Successful Response

idstring required
amountinteger required

Amount in positive integer format

currencystring required
date_bankstring date

Date of response from issuer bank

order_idstring

Non unique id without unicity check

feeinteger required
payment_intentstring
paymentstring required
responsestring required
createdstring date-time required

Date of creation in Epoch timestamp

typestring required
payoutstring
status'open' | 'evidence_pending' | 'evidence_sent' | 'evidence_verification' | 'accepted' | 'won' | 'lost' | 'out_of_time' | 'not_contestable'

An enumeration.

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.