v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Verify Microdeposits

post/customer-accounts/{customerAccountID}/verify-micro-deposits

Path parameters

customerAccountIDstring required

ID of the Customer Account.

Request body

companyIDstring required

ID of the Company.

depositsstring[] required

Array of microdeposit values.

Response

200

companyIDstring
depositsstring[]

Example response

{
  "companyID": "dzxzll3b45rtrtrtad41c98bbc2b4d566388a44",
  "deposits": [
    "1"
  ]
}