Evidence API: Supported Evidence Types
This Evidence Glossary outlines all supported evidence types.
Contract Page
Key: contractPageFiles
contractPageFiles
Description:
Array of objects describing externally uploaded files representing pages of the merchant's contract with the customer
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/contractPage.pdf"
}
},
{
file: {
filePath: "s3://dispute-evidence/contractPage2.pdf"
}
}
]
Proofs Of Refund
Proofs Of Delivery
Customer Correspondences
Key: customerCorrespondences
customerCorrespondences
Description:
Any communication with the buyer showing they were aware of the purchase or that any service issue was addressed.
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/customerEmail.pdf"
}
},
{
file: {
filePath: "s3://dispute-evidence/chatLog.pdf"
}
}
]
Proof of Order Replacement
Proof of Recurring Agreement Notice
Key: PROOF_OF_RECURRING_AGREEMENT_NOTICE
PROOF_OF_RECURRING_AGREEMENT_NOTICE
Description:
Documentation showing that the buyer was properly notified about recurring billing terms and conditions before the initial transaction.
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/recurringNotice.pdf"
}
}
]
Acceptance of Recurring Billing Agreement
Key: ACCEPTANCE_OF_RECURRING_BILLING_AGREEMENT
ACCEPTANCE_OF_RECURRING_BILLING_AGREEMENT
Description:
Evidence that the buyer explicitly accepted and agreed to recurring billing charges, including screenshots or confirmations of their consent.
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/billingAcceptance.pdf"
}
}
]
Proof of Requested Cancellation
Key: PROOF_OF_REQUESTED_CANCELLATION
PROOF_OF_REQUESTED_CANCELLATION
Description:
Documentation showing that the buyer requested cancellation of their subscription or recurring service, including cancellation requests and confirmations.
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/cancellationRequest.pdf"
}
},
{
file: {
filePath: "s3://dispute-evidence/cancellationConfirmation.pdf"
}
}
]
Proof of Possession or Usage
Key: proofOfPossessionOrUsage
proofOfPossessionOrUsage
Description:
Documentation showing the buyer has received their purchase (e.g email with the purchased service/items/tickets, proof email was opened, proof the goods were downloaded, at what IP).
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/downloadLog.pdf"
}
},
{
file: {
filePath: "s3://dispute-evidence/emailOpenProof.pdf"
}
}
]
Social Network Reputation
Key: socialNetworkReputation
socialNetworkReputation
Description:
Confirmation of the buyer's contact information (e.g. email or phone number) on social media platforms. Forter pulls such data from LinkedIn, GooglePlus, Twitter, and Facebook, but doesn't cover all sources (such as Skype, Truecaller, Instagram, etc).
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/socialMediaVerification.pdf"
}
}
]
Proof of Residence
Invoice
Email Confirmation
Passenger/Customer Details
Flight Manifest
Hotel No Show Policy
Authentication Certificate
Terms and Conditions
User Accepted Terms and Conditions
Customer Identification Verification (KYC)
Related Invoice History
Held in Customs
Delay Disclosure
Recurring Billing Agreement
Key: recurringBillingAgreement
recurringBillingAgreement
Description:
Documentation showing the buyer agreed to a subscription-based charge (specifically relevant for recurring transaction or duplicate charge chargeback reasons).
Format:
[
{
file: {
filePath: String
}
}
]
Example:
[
{
file: {
filePath: "s3://dispute-evidence/subscriptionAgreement.pdf"
}
}
]
Buyer Review Survey
Updated 17 days ago