Funds are released to sub-merchants when a Settlement
's corresponding Review Queue Item
is marked as ACCEPTED
by a user with the appropriate role permissions.
Retrieve a list of Review Queue Item
resources.
For details on how to query endpoints using the available parameters, see Query Parameters.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
List of Review Queue Item
objects
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/review_queue" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "_embedded": {
- "review_queue_items": [
- {
- "id": "RK3DPnBCwqVtyyMcF8dJkWzT",
- "created_at": "2024-07-12T07:15:57.98Z",
- "updated_at": "2024-07-12T07:15:57.99Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "completed_at": null,
- "entity_id": "STiuhZx9SQ6B2D72AacxJY3n",
- "entity_type": "SETTLEMENT_V2",
- "outcome": "PENDING",
- "outcome_reason": [ ],
- "processor_type": "DUMMY_V1",
- "review_type": "CREATED",
- "reviewed_by": null,
- "tags": { },
- "_links": {
- "settlement": {
}, - "application": {
}
}
}, - {
- "id": "RK2vq2eN4xnhDoDLgYGF6cYx",
- "created_at": "2024-07-11T07:15:55.49Z",
- "updated_at": "2024-07-11T07:15:55.49Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "completed_at": null,
- "entity_id": "STuhbkxkjzrYbQhNbP99z4om",
- "entity_type": "SETTLEMENT_V2",
- "outcome": "PENDING",
- "outcome_reason": [ ],
- "processor_type": "DUMMY_V1",
- "review_type": "CREATED",
- "reviewed_by": null,
- "tags": { },
- "_links": {
- "settlement": {
}, - "application": {
}
}
}
]
}, - "_links": {
}, - "page": {
- "limit": 100,
- "next_cursor": "RK2vq2eN4xnhDoDLgYGF6cYx"
}
}
Retrieve the details of a Review Queue Item
corresponding to a Settlement
.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
A single Review Queue Item
object
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
curl "https://finix.sandbox-payments-api.com/review_queue/RK3DPnBCwqVtyyMcF8dJkWzT" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "id": "RK3DPnBCwqVtyyMcF8dJkWzT",
- "created_at": "2024-07-12T07:15:57.98Z",
- "updated_at": "2024-07-12T07:15:57.99Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "completed_at": null,
- "entity_id": "STiuhZx9SQ6B2D72AacxJY3n",
- "entity_type": "SETTLEMENT_V2",
- "outcome": "PENDING",
- "outcome_reason": [ ],
- "processor_type": "DUMMY_V1",
- "review_type": "CREATED",
- "reviewed_by": null,
- "tags": { },
- "_links": {
- "settlement": {
}, - "application": {
}
}
}
Update an existing Review Queue Item
resource.
Finix-Version | string Default: 2018-01-01 Specify the API version of your request. For more details, see Versioning. Example: 2022-02-01 |
A single Review Queue Item
object
Authentication information is missing or invalid
Forbidden
Object does not exist
Invalid field
{- "id": "RK3DPnBCwqVtyyMcF8dJkWzT",
- "created_at": "2024-07-12T07:15:57.98Z",
- "updated_at": "2024-07-12T07:15:57.99Z",
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "completed_at": null,
- "entity_id": "STiuhZx9SQ6B2D72AacxJY3n",
- "entity_type": "SETTLEMENT_V2",
- "outcome": "PENDING",
- "outcome_reason": [ ],
- "processor_type": "DUMMY_V1",
- "review_type": "CREATED",
- "reviewed_by": null,
- "tags": { },
- "_links": {
- "settlement": {
}, - "application": {
}
}
}