Create Audit

Call this endpoint to request that a particular transaction be audited further by the Kard system, in the event of a missing cashback claim, incorrect cashback amount claim or other mis-match claims.
Required scopes: audit:write

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
transactionIdstringRequired
Transaction ID from issuer to audit
auditCodeintegerRequired

Audit Code - Enum. Please submit the code that is most relevant to your audit request.

  • 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
merchantNamestringRequired
Merchant name related to the transaction audit
auditDescriptionstringRequired
Audit Description. Please provide more details around the audit
preferredContactEmailstringRequired
Preferred contact email to message to as audit is reviewed
issuerstringRequired
Issuer name
transactionAmountInCentsintegerOptional
Transaction amount in cents
referringPartnerUserIdstringOptional
Referring partner user ID associated with the transaction to audit
merchantIdstringOptional
Related merchant ID in Kard's system associated to the transaction audit
submitterNamestringOptional
Submitter name

Response

This endpoint returns an object.
_idstring
Audit Request ID
transactionIdstring
Cardlinked Transaction ID
auditCodeinteger

Audit Code - Enum

  • 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
auditDescriptionstring
Audit Description
preferredContactEmailstring
Preferred Contact Email
statusenum
Status of Audit
Allowed values:
transactionAmountInCentsinteger or null
Transaction amount in cents
referringPartnerUserIdstring or null
User ID
merchantIdstring or null
Internal Kard Merchant ID
submitterNamestring or null
Submitter Name

Errors