added

Updated Webhook Event For Proof Of Payment

Users can now consume payout.proof_of_payment_generated webhook for successful payouts. This is triggered by default on successful addition of payment proof once the payout is successfully credited to the beneficiary.

EventDescriptionDefault
payout.proof_of_payment_generatedTriggered when the proof of payment is updatedOn

Sample Event

payout.proof_of_payment_generated

{
  "type": "payout.proof_of_payment_generated",
  "id": "evt_cv4m2bk2ojhhksnte5r0",
  "object": "event",
  "created_at": "2025-03-06T08:47:42.820264412Z",
  "data": {
    "tracking_details": {
      "tracking_number": "",
      "tracking_type": ""
    },
    "created_at": "2025-03-06T08:46:31.535372Z",
    "beneficiary_details": {
      "destination_details": {
        "bank": {
          "bank_codes": {
            "swift_code": "testswift"
          },
          "account_number": "123456789",
          "bank_name": "test bank",
          "country": "SG",
          "currency": "SGD"
        },
        "type": "bank"
      },
      "phone": {
        "calling_code": "65"
      },
      "name": "John Doe",
      "type": "business"
    },
    "payout_fx_transaction": {
      "initial": {
        "currency": "SGD",
        "amount": 10000
      },
      "final": {
        "currency": "SGD",
        "amount": 10000
      },
      "id": "fx_cv4m1pr6tce7o3q54es0",
      "object": "fx_transaction",
      "exchange_rate": 1
    },
    "type": "swift",
    "status": "succeeded",
    "charge_type": "ours",
    "purpose": "PYR001",
    "id": "pot_cv4m1po9mkr4ca8pbu5g",
    "holding_currency": "USD",
    "currency": "SGD",
    "beneficiary": "bnf_cv4m1po9mkr4ca8pbu60",
    "object": "payout",
    "balance_transaction": "btr_cv4m1po9mkr4ca8pbu9g",
    "mt103": "{1:F01SCBLSG22AXXX0740170000}{2:I103CHASSGSGXXXXN}{3:{103:MEP}{113:NORQ}{108:SE1\n0502503040286}{111:001}{121:0c795041-3248-4dac-9c60-f0e916452bc5}}{4:\n:20:SE10502503040286\n:23B:CRED\n:32A:250304SGD4300,00\n:33B:SGD4300,00\n:50K:/7540731\nNreach Online Services Inc\n8th The Green Ste A Delaware 19901\nUNITED STATES\n:52D:/0105553026\nTAZAPAY PTE. LTD.\n7 TEMASEK BOULEVARD,20-06 SUNTEC TO\nWER ONE,SINGAPORE,ZIP 038987\n/SINGAPORE\n:57A:CHASSGSGXXX\n:59:/8830045245\nQWIKCILVER SOLUTIONS PTE. LTD.\n:70:Xoxo Day Payout on 03rd March 2025\n:71A:OUR\n-}",
    "amount": 10000
  }
}