Reject Check Proof for a Check Account
Overview
After the microdeposit verification has been completed for a check account, the user can reject the check proof generated. The check proof is a dummy check image to display how the check would be printed.
Resource Access
POST https://<hostname>/buyer/v1/buyer/buyer_internal_id/checkAccount/check_account_id/rejectCheckProof
Example Request
POST https://<hostname>/buyer/v1/buyer/adcf5909-2afe-5078-a2db-525cc21a7981/checkAccount/df16aedfd2e8344c944bb37bd2d39bbd6a1bcb438a2c18f231655165ce3f7b46/rejectCheckProof
Example Response
{
"id": "df16aedfd2e8344c944bb37bd2d39bbd6a1bcb438a2c18f231655165ce3f7b46",
"accountStatus": "CHECK_PROOF_APPROVED"
}
Updated 3 days ago