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
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The audit ID provided by Kard's system
Response
This endpoint returns an object.
_id
The audit ID provided by Kard's system
transactionId
Transaction ID associated with audit
auditCode
Audit Code - Enum. Code to define audit.
<ul>
<li>`3005` : Customer is claiming cashback is incorrect - INCORRECT CASHBACK CLAIM</li>
<li>`3006` : Transaction is missing the cashback award - MISSING CASHBACK AWARD</li>
<li>`8001` : Other - check audit description</li>
</ul>
merchantName
Merchant name related to the transaction audit
auditDescription
Audit Description. More details around the audit
preferredContactEmail
Preferred contact email to message to as audit is reviewed
status
Status of audit
Allowed values:
transactionAmountInCents
Transaction amount in cents
referringPartnerUserId
Referring partner user ID associated with the transaction to audit
merchantId
Related merchant ID in Kard's system associated to the transaction audit
submitterName
Submitter name
resolutionCode
Resolution Code - Enum. field is available when audit is status CLOSED.
<ul>
<li>`5001` : Transaction will be deleted</li>
<li>`5002` : Settlement amount will be adjusted</li>
<li>`5003` : Return amount will be adjusted</li>
<li>`5004` : Reward dispute resolved</li>
<li>`5005` : Transaction will be marked for writeoff</li>
<li>`5006` : Transaction will be marked as rejected</li>
<li>`5007` : Transaction will be resent through webhook</li>
<li>`5008` : Transaction will be resent through daily file</li>
<li>`5009` : No change needed</li>
<li>`9001` : Ineligible item in purchase</li>
<li>`9002` : Return was made</li>
<li>`9003` : User ineligible for offer (usually because of participation through another program)</li>
<li>`9004` : Redemption limit hit (if offer has a set number of redemptions and it isn't handled programmatically)</li>
<li>`9005` : Transaction not captured</li>
</ul>
resolutionDescription
Resolution Description; field is available when audit is status CLOSED
resolutionTimeStamp
Resolution timestamp of when the audit was marked as status CLOSED in ISO format; available when audit is closed.