Skip to main content
GET
Get single payout invoice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$
payoutInvoiceUuid
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Response

Payout

uuid
string<uuid>
invoice_number
string
tenant_uuid
string<uuid>
total
number<float>
fees
number<float>
status
enum<string>
Available options:
paid,
unpaid
date
integer
date_paid
integer
payment_confirmation_uuid
string<uuid>
items
object[]