Actions
Search & list actions
Fetch a list of merchant workflows actions for the given query parameters.
get/merchant/actions
Query parameters
filter[workflowExecutionId]string
Filter by workflow execution id.
filter[workflowCode]string
Filter by workflow code.
filter[workspaceId]string
Filter by Workspace ID.
filter[type]'authorize' | 'capture' | 'cancel' | 'confirm' | 'crateInstrument' | 'fraudScore' | 'fraudUpdate' | 'lookup' | 'payout' | 'refund' | 'startPaymentSession'
Value of Action Types enumeration.
Filter by type.
filter[status]'created' | 'failed' | 'success'
Value of Action Status enumeration.
Filter by status.
filter[errorCode]string
Filter by error code of last failed execution event.
page[after]string
Cursor for paging results.
Search collection items after that cursor.
page[before]string
Cursor for paging results.
Search collection items before that cursor.
page[size]integer
Length of the collection to search.
Response
Success.