Skip to main content
POST
/
prop
/
payouts
/
{payout_id}
/
mark-paid
Mark Payout Paid
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/prop/payouts/{payout_id}/mark-paid \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider": "<string>",
  "provider_payout_id": "<string>",
  "comment": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

payout_id
string<uuid>
required

Body

application/json
provider
string
required
Required string length: 1 - 32
provider_payout_id
string
required
Required string length: 1 - 255
comment
string | null
Maximum string length: 500

Response

Successful Response

The response is of type Response Mark Payout Paid Prop Payouts Payout Id Mark Paid Post · object.