Upload a document showing your due diligence performed on the originator
POST https://{{env_url}}/transfer/diligence/document/upload
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
[{"name"=>"purpose", "value"=>"DUE_DILIGENCE", "datatype"=>"string"}, {"name"=>"originator_client_id", "value"=>"{{orginator_client_id}}", "datatype"=>"string"}, {"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
PLAID-CLIENT-ID | string | ||
PLAID-SECRET | string |
RESPONSES
status: OK
{"request_id":"4zlKapIkTm8p5KM"}