Payout events
The following Payout Events are available to Subscribe to in the Events API. Fore more information about how to subscribe to Events, see the main page for events: Events API and Subscribing to Events
PAYOUT_UPDATED - A new invoice is created
PayoutUpdatedPayload{
aggregatedPayoutJobId* string
payoutJobIds* [ ]
status* string
Enum:
[ CREATED, PENDING, PROCESSED, DELAYED, DONE, FAILED ]
statusReasonCode string
Enum:
[ INCORRECT_ACCOUNT_NUMBER_OR_NONEXISTENT_ACCOUNT, INSUFFICIENT_FUNDS, OTHER ]
}
We would love to get request for new Events, create a ticket in our support portal and we will look into it!
Was this page helpful?