v1
latestOpenAPI 3.1.02026-07-227350156.5 KBFeedback and Reporting
Report that a card decline occurred
An endpoint for reporting that a card decline has occurred on a transaction. The declineCode, declineDescription, and declineNotes properties can be used to provide information about the decline. The isFraud, fraudType, and fraudNotes are used to provide information about fraud or suspected fraud related to this decline. Note that this transaction must previously have been enriched to report the decline.
post/enrichments/{enrichmentId}/decline
Request body
Example request
{
"declineCode": "51",
"declineDescription": "Insufficient funds",
"declineNotes": "Unknown reason for decline.",
"occurredAt": "2022-06-15 18:27:51Z",
"fraudNotes": "Merchant is believed to commonly be used for card testing."
}Response
Decline reported successfully.
Example response
{
"details": "Chargeback successfully reported."
}