{
"id": "bd019f1c-89a7-4372-9d21-eaad9280dc41",
"type": "orchestration.status_details.pending_customer_approval",
"source": "com.paxos",
"time": "2025-01-07T14:30:02Z",
"object": "event",
"is_test": false
}Hooks
orchestration.status_details.pending_customer_approval
Webhook triggered when an orchestration enters the pending_customer_approval sub-state
WEBHOOK
orchestration.status_details.pending_customer_approval
{
"id": "bd019f1c-89a7-4372-9d21-eaad9280dc41",
"type": "orchestration.status_details.pending_customer_approval",
"source": "com.paxos",
"time": "2025-01-07T14:30:02Z",
"object": "event",
"is_test": false
}Triggered when an orchestration moves into the
pending_customer_approval sub-state. This occurs when a policy rule requires explicit customer or admin approval before the orchestration can proceed.
awaiting_action_from will be AWAITING_ACTION_FROM_CLIENT — no further processing happens until the approval is granted.
Webhook payloads contain only event metadata. Use the Get Event API with the event ID to retrieve full details.
Event Object Structure
The Get Event API returns anorchestration_status_details_change object, which includes status_details.pending_customer_approval.
See the Webhook Integration Guide to understand when to use granularstatus_detailsevents versus the high-levelorchestration.pendingwebhook.
Body
application/json
Webhook payload containing event metadata. Use the event ID with the Get Event API to retrieve full details.
The webhook payload structure sent to your endpoint
The event identifier used to query the Events API for full details
The type of event that occurred
Available options:
identity.documents_required, identity.approved, identity.denied, identity.disabled, identity.kyc_refresh.started, identity.kyc_refresh.completed, identity.kyc_refresh.expired, identity.control.created, identity.control.deleted, orchestration.pending, orchestration.processing, orchestration.completed, orchestration.failed, orchestration.rejected, orchestration.status_details.pending_customer_approval, orchestration.status_details.conversion_in_progress, orchestration.status_details.destination_transfer_in_progress, orchestration.status_details.conversion_failed, orchestration.status_details.destination_transfer_failed, orchestration.status_details.policy_rejected, transfer.crypto_deposit.pending, transfer.crypto_deposit.completed, transfer.crypto_deposit.failed, transfer.crypto_withdrawal.pending, transfer.crypto_withdrawal.completed, transfer.crypto_withdrawal.failed, transfer.act_deposit.pending, transfer.act_deposit.completed, transfer.act_deposit.failed, transfer.act_withdrawal.pending, transfer.act_withdrawal.completed, transfer.act_withdrawal.failed, transfer.wire_deposit.pending, transfer.wire_deposit.completed, transfer.wire_deposit.failed, transfer.wire_withdrawal.pending, transfer.wire_withdrawal.completed, transfer.wire_withdrawal.failed, transfer.cubix_deposit.pending, transfer.cubix_deposit.completed, transfer.cubix_deposit.failed, transfer.cubix_withdrawal.pending, transfer.cubix_withdrawal.completed, transfer.cubix_withdrawal.failed, transfer.scb_intrabank_deposit.pending, transfer.scb_intrabank_deposit.completed, transfer.scb_intrabank_deposit.failed, transfer.scb_intrabank_withdrawal.pending, transfer.scb_intrabank_withdrawal.completed, transfer.scb_intrabank_withdrawal.failed, transfer.banking_circle_intrabank_deposit.pending, transfer.banking_circle_intrabank_deposit.completed, transfer.banking_circle_intrabank_deposit.failed, transfer.banking_circle_intrabank_withdrawal.pending, transfer.banking_circle_intrabank_withdrawal.completed, transfer.banking_circle_intrabank_withdrawal.failed, transfer.bny_intrabank_deposit.pending, transfer.bny_intrabank_deposit.completed, transfer.bny_intrabank_deposit.failed, transfer.bny_intrabank_withdrawal.pending, transfer.bny_intrabank_withdrawal.completed, transfer.bny_intrabank_withdrawal.failed, transfer.rtp_deposit.pending, transfer.rtp_deposit.completed, transfer.rtp_deposit.failed, transfer.internal_transfer_debit.completed, transfer.internal_transfer_credit.completed Always 'com.paxos'
Available options:
com.paxos When the event occurred, RFC3339 format
Always 'event'
Available options:
event Whether the event was a test event. Test events are only sent via the Test feature in Dashboard.
Response
200
Webhook successfully received
Was this page helpful?