Get Account by ID

Fetch a CAD collection account, including the assigned Interac email, by its account ID.

get/profile/virtual-accounts/{virtualAccountId}

Path parameters

virtualAccountIdstring required

The unique ID of the virtual account, returned as _id when the account is created

Response

successboolean
messagestring
dataobject

The virtual account object. Includes the Interac email under accountInformation.otherInfo.interacEmail once the account is approved; accountInformation is null while the account is pending

Changes

No recorded changes to this endpoint across all 1 revision of this API.