The Payout Pending notification indicates that a payment has been authorized, but Banked has not received confirmation that the payment has left the payee's account. In some cases, a payout may go straight to one of the final states of sent
or failed
, and you may not receive a pending
notification.
The JSON below shows an example of a pending
notification payload:
json
{ "amount": 400, "amount_formatted": "$4.00", "created_at": "2019-10-31 16:45:34 UTC", "currency": "USD", "id": "a6941fd1-f5cb-4948-814d-df03540149fb", "live": true, "payee": { "account_number": "12345678", "name": "Gerard Wiley", "sort_code": "123456" }, "reference": "Illuminate", "state": "pending", "url": "https://banked.me/pay/a6941fd1-f5cb-4948-814d-df03540149fb", "autopay": true, "end_to_end_id": null, "webhook_event": "payout_pending", "webhook_type": "payout" }