Inquiry object

inquiries are requests for return request status updates.

AttributeDescription
id
string
The inquiry ID.
object
string
Always inquiry.
connected_account_id
string
The ID of the connected account used to send the inquiry.
related_request_type
string
The type of the request linked to the inquiry. Always return_request.
related_request_id
string
The related request ID.
date
date
The date.
reason
string
The reason for denying the inquiry. Authorised reasons include:
  • CUST
  • LEGL
  • ARDT
  • AC04
  • AM04
  • NOAS
  • NOOR
metadata
object
Additional data in JSON key:value format. See Metadata.
bank_data
string
Bank data in JSON key:value format.
denied_at
datetime
The inquiry denial UTC timestamp.
created_at
datetime
The inquiry creation UTC timestamp.
{
   "id": "8f9ea7a1-dcc2-48ef-afa3-757fcd9ef67f",
   "object": "inquiry",
   "connected_account_id": "a37cca86-527e-4165-961e-6ac60ff5bcf0",
   "related_request_type": "return_request",
   "related_request_id": "33d11c1f-f3b5-46a3-ad53-37d0d6245040",
   "date": "2022-04-01",
   "reason": "CUST",
   "metadata": {},
   "bank_data": {},
   "denied_at": "2022-04-05T11:39:34.562065Z",
   "created_at": "2007-10-22T15:30:30Z"
}