Money out statuses
Learn about money out statuses
Payout transaction statuses
Payout statuses, also known as money out transaction statuses, appear in PartnerHub and PayHub, and the API, and describe where a payout transaction is in its lifecycle.
If you are working with money out endpoints involve payouts in the API, the Key is returned as Status
, and the most recent event is returned as PaymentStatus
. For example, a response body that includes payout data looks like this:
The Status
is 2
, which means the payment is processing, and the current event is “Awaiting Funds”, which is reflected in PaymentStatus
.
Batch statuses
These statuses appear in PartnerHub and PayHub, and the API, and describe a money out batch’s status.
If you are working with money out endpoints in the API, the Key is returned as BatchStatus
. For example, a response body that includes batch data looks like this:
The value of BatchStatus
indicates the status. In the example, the BatchStatus
is 1, which means it’s closed. The BatchStatusText
returns the most recent event for that status.
Bill statuses
These statuses appear in PartnerHub and PayHub, and the API, and describe where a bill is in its lifecycle.
If you are working with money out endpoints in the API, the Key is returned as Status
. For example, a response body that includes bill data will look like this:
The value of Status
indicates the status. In the example, the Status
is 2, which means the bill has been sent to approval.