Jump to Content
UNIPaaS
GuidesAPI ReferenceChangelogDiscussions
GuidesAPI ReferenceCreate Your AccountUNIPaaS
GuidesAPI ReferenceCreate Your Account

Get Started

  • Getting Started With Our API
  • All-in-One Flexible Solution
  • Authentication
  • Glossary
  • Support

Platform Overview

  • Platforms Overview
  • Platform Webhook Notifications

Embedded Components

  • Overview
  • Pay Portal Component
  • Invoice Component
  • Notification Component
  • Dashboard Component

Vendor Onboarding

  • Overview
  • Create Vendor
  • Integration methods
    • Onboarding Link
    • Embedded Onboarding UI
    • Onboarding API
  • Onboarding statuses
  • Webhook Notifications

Accept Payments

  • Overview
  • Create Payment
  • Integration Methods
    • Checkout Page
    • Web SDK
    • API Only (Server to Server)
  • Post Payment Actions
  • Store Card (Tokenization)
  • Subscriptions
  • Apple Pay
  • Webhook Notifications

Accounts

  • Overview
  • Create Account
  • Get Accounts
  • Get Account Transactions
  • Accounts in UNIPaaS Portal
  • Webhook Notifications
  • Transfer funds between Accounts

Payout Funds

  • Overview
  • Payout Options
  • Get Payouts
  • Create Payout
  • Commit or Cancel Payout
  • Payout Drill Through
  • Payouts from UNIPaaS Portal
  • Webhook Notifications

Testing your integration

  • Test your onboarding integration
  • Test Scenarios

Webhook Notifications

Suggest Edits

Payout notifications notify you of every newly created payout, and any change in the status of a payout. The webhook notification gets sent to your server.

The body will include the PayoutResult object:

ParameterAlways AvailableTypeDescription
payoutIdYesString
statusYesEnum
amountYesNumber
currencyYesString
createdDateYesDate
updatedDateYesDate
targetReferenceIdNoString

Updated almost 2 years ago