GET
/
ChargeBacks
/
read
/
{Id}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

Id
integer
required

ID of the chargeback or return record. This is returned as chargebackId in the RecievedChargeback and ReceivedAchReturn webhook notifications.

Response

200 - application/json
accountType
string | null

Bank account type or card brand.

caseNumber
string

Number of case assigned to the chargeback.

chargebackDate
string

Date of chargeback in format YYYY-MM-DD or MM/DD/YYYY.

createdAt
string

Timestamp when the register was created, in UTC.

customer
object
id
integer

Identifier of chargeback or return.

lastFour
string | null

Last 4 digits of card or bank account involved in chargeback or return.

method
string | null

Type of payment vehicle: ach or card.

netAmount
number | null

Net amount in chargeback or ACH return.

orderId
string | null

Custom identifier for the transaction.

Maximum length: 250
parentOrgName
string | null

The name of the parent organization.

paymentData
object
PaymentId
string | null

ReferenceId of the transaction in Payabli.

paypointDbaname
string | null

The paypoint's DBA name.

paypointEntryname
string | null

The paypoint's entryname.

Maximum length: 50
paypointLegalname
string | null

The paypoint's legal name.

reason
string | null

Text describing the chargeback or ACH return reason.

reasonCode
string | null

'R' code for returned ACH or custom code identifying the reason.

referenceNumber
string | null

Processor reference number to the chargeback.

responses
object[] | null

Chargeback response records.

status
integer

Status for chargeback or ACH return

  • 0: Open (chargebacks only)
  • 1: Pending (chargebacks only)
  • 2: Closed-Won (chargebacks only)
  • 3: Closed-Lost (chargebacks only)
  • 4: ACH Return (ACH only)
  • 5: ACH Dispute, Not Authorized (ACH only)
transaction
object
transactionTime
string

Timestamp when transaction was submitted, in UTC.