{ "FooterErrors": [ { "FooterName": "TotalNetSettlementAmount", "Code": "SETTLEMENTAMOUNT_NOT_MATCH", "Description": "TotalNetSettlement amount 1000 EUR is not matching to declared amount 9000 EUR." } ], "LinesErrors": [ { "ExternalProviderReference": "auth-stripe-76f0baab-3d89-47e4-85f6-417864588055", "ExternalTransactionType": "REFUND", "Code": "MATCH_REF_NOT_FOUND", "Description": "ExternalProviderReference not found for any existing Intent in the system" } ]}
Settlements
View validation errors for a Settlement
Retrieve information about failed or partially matched settlements
GET
/
v3.0
/
{ClientId}
/
payins
/
intents
/
settlements
/
{SettlementId}
/
validations
Copy
Ask AI
// GET has no body parameters
Copy
Ask AI
{ "FooterErrors": [ { "FooterName": "TotalNetSettlementAmount", "Code": "SETTLEMENTAMOUNT_NOT_MATCH", "Description": "TotalNetSettlement amount 1000 EUR is not matching to declared amount 9000 EUR." } ], "LinesErrors": [ { "ExternalProviderReference": "auth-stripe-76f0baab-3d89-47e4-85f6-417864588055", "ExternalTransactionType": "REFUND", "Code": "MATCH_REF_NOT_FOUND", "Description": "ExternalProviderReference not found for any existing Intent in the system" } ]}
If your Settlement’s Status is PARTIALLY_MATCHED or FAILED, this endpoint returns information about the errors in your CSV file’s footer or transaction lines.
{ "FooterErrors": [ { "FooterName": "TotalNetSettlementAmount", "Code": "SETTLEMENTAMOUNT_NOT_MATCH", "Description": "TotalNetSettlement amount 1000 EUR is not matching to declared amount 9000 EUR." } ], "LinesErrors": [ { "ExternalProviderReference": "auth-stripe-76f0baab-3d89-47e4-85f6-417864588055", "ExternalTransactionType": "REFUND", "Code": "MATCH_REF_NOT_FOUND", "Description": "ExternalProviderReference not found for any existing Intent in the system" } ]}