Get Audit Status

Call this endpoint to retrieve an update on the status of a created transaction audit. Note, the resolutionCode, resolutionDescription and resolutionTimeStamp will not be available until the audit has a “CLOSED” status signifying its resolution.
Required scopes: audit:read

Path parameters

idstringRequired
The audit ID provided by Kard's system

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
_idstring
The audit ID provided by Kard's system
transactionIdstring
Transaction ID associated with audit
auditCodeinteger

Audit Code - Enum. Code to define audit.

  • 3005 : Customer is claiming cashback is incorrect - INCORRECT CASHBACK CLAIM
  • 3006 : Transaction is missing the cashback award - MISSING CASHBACK AWARD
  • 8001 : Other - check audit description
merchantNamestring
Merchant name related to the transaction audit
auditDescriptionstring
Audit Description. More details around the audit
preferredContactEmailstring
Preferred contact email to message to as audit is reviewed
statusenum
Status of audit
Allowed values:
transactionAmountInCentsinteger or null
Transaction amount in cents
referringPartnerUserIdstring or null
Referring partner user ID associated with the transaction to audit
merchantIdstring or null
Related merchant ID in Kard's system associated to the transaction audit
submitterNamestring or null
Submitter name
resolutionCodeinteger or null

Resolution Code - Enum. field is available when audit is status CLOSED.

  • 5001 : Transaction will be deleted
  • 5002 : Settlement amount will be adjusted
  • 5003 : Return amount will be adjusted
  • 5004 : Reward dispute resolved
  • 5005 : Transaction will be marked for writeoff
  • 5006 : Transaction will be marked as rejected
  • 5007 : Transaction will be resent through webhook
  • 5008 : Transaction will be resent through daily file
  • 5009 : No change needed
  • 9001 : Ineligible item in purchase
  • 9002 : Return was made
  • 9003 : User ineligible for offer (usually because of participation through another program)
  • 9004 : Redemption limit hit (if offer has a set number of redemptions and it isn’t handled programmatically)
  • 9005 : Transaction not captured
resolutionDescriptionstring or null

Resolution Description; field is available when audit is status CLOSED

resolutionTimeStampdatetime or null

Resolution timestamp of when the audit was marked as status CLOSED in ISO format; available when audit is closed.

Errors