Skip to main content
POST
Unhold seller payout invoices

Authorizations

Authorization
string
header
required

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

Body

application/json
invoice_numbers
string[]
required

Held payout invoice numbers to move back to pending.

Minimum array length: 1
seller_id
string
required

Seller ID must exist in the marketplace seller cache. Every invoice in invoice_numbers must belong to this seller.

Response

OK

message
string
success
boolean
content
SellerPayoutInvoiceUnholdSummary · object