Skip to content
Last updated

Charge Detail Records (CDRs) can be downloaded from the Sinch Build dashboard. CDRs are in a semicolon-delimited file that contains the following fields

FieldTypeDescription
VerificationIdintA unique identifier for the verification request.
UserSpaceIdintInternal identifier
MethodstringVerification method. Can be flashCall, sms, callout or seamless
StartTimestamptimeTime when the request was placed
EndTimestamptimeTime when the request was placed
ResultstringShows the result of the verification. It can be:
  • "SUCCESSFUL": Number verified successfully
  • "FAIL": Number wasn't verified
  • "DENIED": Verification request was blocked (for reasons such as low credit,fraud etc)
  • "ABORTED": Verification request was aborted, by initiating a new request
  • "ERROR": There was an error processing the request, such as network congestions or number unreachable
ReasonstringReason for the result of a verification
CLIstringThe CLI that was used for a flashcall. Empty for SMS
IdentityTypestringThe identity type of the endpoint verified
IdentityEndpointnumberThe number verified
stringThe country ID (ISO 3166-1 alpha-2) of the number verified
ReferencestringPartner reference ID
CustomobjectFree field to be used as custom information
ApplicationKeystringApplication key
AmountdecimalDebited amount for the verification
CurrencystringCurrency

The files are generated once daily and contain the previous days' CDRs. A day spans from 00:00:00 UTC to 23:59:59 UTC. CDRs are written when the call is ended, though there are some edge cases where an app-app call CDR may be delayed in being written, for example, if there is a network failure before the call is ended.

CDR files can be downloaded from the Sinch Dashboard.