Verify Microdeposit
Overview
CPX will perform micro deposit credits to buyers bank accounts and users must verify the micro deposit amounts to verify the bank account.
Resource Access
POST https://<hostname>/buyer/v1/buyer/buyer_internal_id/checkAccount/check_Account_id/verifyMicroDeposit
Attributes
Parameters for verifying microdeposit amounts for validating a check account through API in CPX are as given below:
Fields | Mandatory / Optional |
---|---|
deposit1 | Mandatory |
deposit2 | Mandatory |
Example Request
POST https://<hostname>/buyer/v1/buyer/buyer_internal_id/checkAccount/check_account_id/verifyMicroDeposit
{
"deposit1": 0.01,
"deposit2": 0.01
}
Example Response
{
"id": "df16aedfd2e8344c944bb37bd2d39bbd6a1bcb438a2c18f231655165ce3f7b46",
"accountId": "284121",
"accountStatus": "CHECK_PROOF_PENDING",
"checkProofId": "20"
}
Updated 3 days ago