Skip to main content

Documentation

Escrow Payment Released Webhook

The ESCROW_RELEASED webhook is sent when money is released from an escrow when the time defined in escrow_release_days expires.

  • ESCROW_RELEASED Webhook

  • {
        "id": "wh_eb48b49713a2948b4f3a6bbeb9e56541",
        "type": "ESCROW_RELEASED",
        "data": {
            "id": "escrow_0be82db18cb63d748bf99138b4d07570",
            "status": "released",
            "payment": "payment_fd0915ccb1163d3572a89f51c317d116",
            "currency": "USD",
            "created_at": 1653526966,
            "updated_at": 1653699639,
            "amount_on_hold": 0,
            "escrow_releases": {
                "url": "/v1/payments/payment_fd0915ccb1163d3572a89f51c317d116/escrows/escrow_0be82db18cb63d748bf99138b4d07570/escrow_releases",
                "data":
                [{
                        "id": "er_fe4234e5387a8d11d1b882d13d3a0050",
                        "amount": 10,
                        "trigger": "time",
                        "currency": "USD",
                        "ewallets":
                        [{
                                "amount": 10,
                                "ewallet": "ewallet_9f63aaf076f06c7529e67ec3d08179b2"
                            }
                        ],
                        "created_at": 1653699639,
                        "proportional_release": true
                    }
                ],
                "has_more": false,
                "total_count": 1
            },
            "escrow_release_days": 1,
            "total_amount_released": 10,
            "last_payment_completion": 1653526966
        },
        "trigger_operation_id": "50439b18-96e2-450d-8155-b268d0ae1435",
        "status": "NEW",
        "created_at": 1653699641,
        "extended_timestamp": 1653699641534
    }