Verify Micro deposit to enable Bank Account for Passport

Overview

CPX will perform microdeposit credits to buyers bank account and user must verify the micro deposit amounts to verify the bank account.

Resource Access

POST https://<hostname>/buyer/v1/buyer/buyer_internal_id/passport/check_account_id/verifyMicroDeposit

Attributes

Parameters for verifying microdeposit amounts for validating a check account through API in CPX are as given below:

FieldsMandatory / Optional
deposit1Mandatory
deposit2Mandatory

Example Request

🚧

POST https://<hostname>/buyer/v1/buyer/750a1a60-75e4-5f0e-9785-cdc71c8faa60/passport/ccf23401aa1a98345eb4dd00522b991389a221e6ac02cbf3612adf3d97ac5b24/verifyMicroDeposit


{
   "deposit1": 0.01,
   "deposit2": 0.01
}



Example Response


{
   "id": "ccf23401aa1a98345eb4dd00522b991389a221e6ac02cbf3612adf3d97ac5b24", 
   "passportBankAccountStatus": "ACCOUNT_ACTIVATED"

}



Priority Technology Holdings Logo