Skip to main content

Documentation

Payout Canceled Webhook

The PAYOUT_CANCELED webhook is triggered by a Cancel Payout request.

  • PAYOUT_CANCELED Webhook

  • {
      "id": "wh_a43548bfe39aac05a47f5f00f90ff6ae",
      "type": "PAYOUT_CANCELED",
      "data": {
        "id": "payout_1efcd031c68c6401a9c782bebd920142",
        "error": null,
        "amount": 100,
        "sender": {
          "id": "sender_8897b29d6e423fa5a16e9acec4a54a26",
          "name": "Four Star Professional Services",
          "country": "US",
          "currency": "USD",
          "entity_type": "company",
          "company_name": "Four Star Professional Services",
          "purpose_code": "Transfer",
          "identification_type": "company_registered_number",
          "identification_value": "0123456789"
        },
        "status": "Canceled",
        "fx_rate": 1,
        "paid_at": null,
        "ewallets": [
          {
            "amount": 100,
            "percent": 100,
            "ewallet_id": "ewallet_c1943cfeda5f98247ab117e5d2648861"
          }
        ],
        "metadata": {},
        "created_at": 1672038630,
        "expiration": null,
        "beneficiary": {
          "id": "beneficiary_d895d90d276869efe1e359386a1fb3e3",
          "aba": "987654321",
          "name": "All Star Limousine",
          "country": "US",
          "category": "bank",
          "currency": "USD",
          "bank_name": "All Star Limousine",
          "entity_type": "company",
          "company_name": "All Star Limousine",
          "account_number": "0987654321",
          "identification_type": "company_registered_number",
          "identification_value": "9876543210",
          "merchant_reference_id": "AllStarLimo"
        },
        "description": null,
        "paid_amount": 0,
        "payout_fees": null,
        "payout_type": "bank",
        "instructions": {
          "name": "instructions",
          "steps": [
            {
              "step1": "The funds will be transferred to the provided account details of the beneficiary ."
            }
          ]
        },
        "gc_error_code": null,
        "sender_amount": 100,
        "sender_country": "US",
        "identifier_type": null,
        "payout_currency": "USD",
        "sender_currency": "USD",
        "identifier_value": null,
        "instructions_value": {},
        "payout_method_type": "us_ach_bank",
        "beneficiary_country": "US",
        "statement_descriptor": null,
        "merchant_reference_id": null
      },
      "trigger_operation_id": "9bbc18d7-ca9f-465a-9590-5a2b8bfaef16",
      "status": "NEW",
      "created_at": 1672039265,
      "extended_timestamp": 1672039265374
    }