Fetch Orders
Endpoints
Method
Endpoint
Orders
Get orders for a specific risk item
Headers
Name
Type
Description
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Example Response
{
"data": [
{
"id": "f2b3b88f-f702-444f-a3a4-2e36877fd407",
"channel_id": "fc94d4a1-f834-481d-a6b2-138b823389c8",
"risk_item_id": "2dcfc870-cea8-4472-8a91-91fdd09da635",
"customer_id": "d9a63a37-80a8-4963-b171-c0a92b90c44c",
"customer_data": {
"id": "d9a63a37-80a8-4963-b171-c0a92b90c44c",
"dob": null,
"otp": null,
"uid": "prueba",
"email": "[email protected]",
"phone": "5493865416566",
"gender": null,
"address": null,
"group_id": null,
"metadata": {},
"last_name": "Account",
"channel_id": "fc94d4a1-f834-481d-a6b2-138b823389c8",
"created_at": "2024-06-20T19:49:33.261088+00:00",
"deleted_at": null,
"first_name": "Emanuel Trade",
"updated_at": "2024-09-19T19:45:11.564+00:00",
"company_name": null,
"company_role": null,
"bank_accounts": null,
"company_email": null,
"document_type": null,
"otp_expires_at": null,
"company_address": null,
"document_number": null,
"company_identifier": null,
"company_bank_accounts": null
},
"status": "",
"created_at": "2024-12-03T13:06:32.204414+00:00",
"status_data": {},
"insurer_taxes": "0",
"insurer_net_price": "0",
"insurer_gross_price": "0",
"total_taxes": "523",
"total_net_price": "0",
"total_gross_price": "35235"
}
]
}Attributes
Order Details
Name
Type
Description
Customer Data
Name
Type
Description
Last updated