Integration GuideAPI Reference
Integration Guide

Errors: Disbursement Possibility Check

Description

This section describes the error codes returned when checking the possibility of executing a disbursement transaction. These codes indicate various issues that may prevent a transaction from proceeding at the validation stage.

Error List

CodeNameDescription
CODE_CP0000Unknown errorA general error occurred during the check. The cause could not be identified.
CODE_CP0001Payment method not foundThe specified payment method does not exist or is unavailable.
CODE_CP0002Failed attempt to check transaction possibilityThe system was unable to complete the disbursement possibility check due to an internal issue or timeout.
CODE_CP0003Signature verification errorThe digital signature provided could not be verified, indicating potential tampering or misconfiguration.
CODE_CP0004Invalid payment detailsOne or more payment fields are incorrect, missing, or improperly formatted.
CODE_CP0005Invalid receiver name detailsThe receiver's name does not match the account holder on record, or the name fields are missing, malformed, or fail validation against the payment method's requirements.

Use these error codes to diagnose and handle validation issues before attempting to create or process a disbursement transaction.