v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBpayee-verification-requests
Retrieve bulk action
Retrieve the details of a bulk action, including its status and progress.
get/bulk_actions/payee_verification_requests/{id}
Path parameters
idstring uuid required
Example:7eccce97-40ad-41ac-99e3-06155bdf9d63
The ID of the bulk action.
Response
Successfully retrieved bulk action
Example response
{
"object": "bulk_action",
"status": "processing",
"total_items": 50,
"total_successful": 24,
"total_failed": 2,
"created_at": "2024-01-03T11:53:19.734182Z"
}