Wallet transaction event

You can subscribe the Wallet transaction Webhook to receive all events that occur in wallet transactions.

The returned object will contain the Transaction in the state at the moment of the event creation. For example, if there's a status change, you'll receive an event with the new status.

Payloads for WALLET_TRANSACTION Subscription Type

{
  "entity": {
    "account_uuid": "47584a74-ee3f-4245-b830-5463996794f4",
    "amount": -200,
    "beneficiary_uuid": "e2cdd74a-484e-478b-8c1e-edef95993c69",
    "currency": "USD",
    "description": "<random>",
    "external_id": "385f6f11-bf7c-4515-94b5-fd1a9cb4fcc8",
    "metadata": {},
    "status": "CREATED",
    "status_reason": "",
    "transaction_type": "INTERNATIONAL_TRANSFER",
    "parent_transaction_uuid": "5acfa667-0956-4e69-b9a5-95e206e6ba32",
    "transaction_uuid": "9279ba1f-c2f3-48f2-96ea-ae479bca30fd",
    "type_details": {
      "global_payments_details": {
        "exchange_rate": "1.52233",
        "ready_for_collection": "2019-08-24T14:15:22Z",
        "collected_at": "2019-08-24T14:15:22Z"
      },
      "issued_card_details": {
        "issued_card_uuid": "6dfd4f82-035f-4fba-aa55-2e5f16c1cee0",
        "merchant_name": "STARBUCKS",
        "merchant_id": "123456",
        "terminal_id": "00010102",
        "network": "VISA",
        "subnetwork": "INTERLINK",
        "is_international": true
      },
      "payments_details": {
        "company_identification": "string",
        "company_name": "string",
        "card_processing": {
          "auth_type": "string",
          "3ds_details": {
            "redirect_url": "string",
            "3ds_result": "string",
            "enrolled": true,
            "3ds_preference": "ENABLED"
          },
          "merchant_details": {
            "name": "string",
            "address": {
              "line_1": "101 Avenue of the Americas",
              "line_2": "Suite 936",
              "postal_code": "10013",
              "city": "New York",
              "state": "NY",
              "country": "USA"
            },
            "email_address": "string",
            "url": "string",
            "phone_number": "string"
          }
        }
      }
    },
    "funds_source": {
      "origin_bank": "CHASE BANK",
      "is_payroll": true,
      "payroll_date": "2019-08-24",
      "account_verification": true,
      "payment_method_uuid": "5acfa667-0956-4e69-b9a5-95e206e6ba32",
      "check_uuid": "ed2fa4e3-2ec7-4b35-a804-6ba1d78b289d",
      "check_released_amount": "b223b145-3fdc-4ab5-9f2f-604bf4566072",
      "payment_instrument_uuid": "3b48d882-6438-46f0-bc7c-ab9069ce9294",
      "settled_at": "2019-08-24T14:15:22Z"
    },
    "release_details": {
      "releasable_amount": 0,
      "releases": [
        {
          "created_at": "2024-02-08T00:59:44.329971Z",
          "external_id": "622b6c1b-8c69-4de1-ac3c-d8da7431b064",
          "release_amount": 6740,
          "release_uuid": "f7c9127d-3b86-4031-9190-693277dccbbf"
        }
      ]
    },
    "settled_at": "2019-08-24T14:15:22Z",
    "refunded": false,
    "refund_reason": "string",
    "disputed": true,
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "transaction_options": {
      "payment_options": {
        "ACH_type": "SAME_DAY",
        "prefund": "string"
      }
    },
    "event_date": "2022-10-11T09:11:48.214Z",
    "event_retry": 0,
    "event_type": "WALLET_TRANSACTION",
    "event_uuid": "bb4e7d84-7979-4947-9e1f-29231ed0abaf",
    "event_version": "2021-11-18.1",
    "program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
  }
}