Skip to main content

Documentation

Payout Completed Webhook

The PAYOUT_COMPLETED webhook is triggered when the beneficiary receives the payout funds.

If the payout method requires the action of a third party to complete the payout process, this webhook is triggered when the last required third-party action is completed.

In the sandbox, Complete Payout simulates the third-party action and triggers this webhook.

  • PAYOUT_COMPLETED Webhook

  • {
      "id": "wh_a49289ac37830ebfa1598055cb36d1db",
      "type": "PAYOUT_COMPLETED",
      "data": {
          "id": "payout_b1484faef5c9fed8a74cac9627302323",
          "error": null,
          "amount": 50,
          "sender": {
              "id": "sender_9a2323b80dd74c7ec80928d6865f0597",
              "country": "US",
              "currency": "AUD",
              "entity_type": "individual"
          },
          "status": "Completed",
          "fx_rate": 0.647184,
          "paid_at": "1681044108",
          "ewallets": [{
                  "amount": 162.24,
                  "percent": 100,
                  "ewallet_id": "ewallet_c0e0056779660bd15e208239d88f17e2"
              }
          ],
          "metadata": {},
          "created_at": 1681044108,
          "expiration": null,
          "beneficiary": {
              "id": "beneficiary_98340b1ffbe10f4aec72540a9f7d8d01",
              "name": "John Doe",
              "country": "US",
              "currency": "USD",
              "card_number": "1111",
              "entity_type": "individual",
              "company_name": "Acme",
              "card_expiration_year": "24",
              "card_expiration_month": "12"
          },
          "description": null,
          "paid_amount": 50,
          "payout_fees": {
              "fx_fee": {
                  "value": 2,
                  "calc_type": "gross"
              },
              "net_fees": 0,
              "gross_fees": 84.98,
              "transaction_fee": {
                  "value": 54,
                  "fee_type": "absolute",
                  "calc_type": "gross"
              }
          },
          "payout_type": "card",
          "instructions": {
              "name": "instructions",
              "steps": [{
                      "step1": "The funds will be transferred to the provided account details of the beneficiary ."
                  }
              ]
          },
          "gc_error_code": null,
          "sender_amount": 162.24,
          "sender_country": "US",
          "identifier_type": null,
          "payout_currency": "USD",
          "sender_currency": "AUD",
          "identifier_value": null,
          "instructions_value": {},
          "payout_method_type": "us_debit_visa_card",
          "beneficiary_country": "US",
          "statement_descriptor": null,
          "merchant_reference_id": "",
          "estimated_time_of_arrival": "The beneficiary will receive the funds in due course."
      },
      "trigger_operation_id": "749f986b-b8ae-471c-aced-bf4cd665ce7c",
      "status": "NEW",
      "created_at": 1681044108
    }