Skip to main content
GET
/
payouts
/
{id}
Retrieve a payout
curl --request GET \
  --url https://api.referralful.com/v1/payouts/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "object": "payout",
  "currency": "<string>",
  "amount": 123,
  "paid_at": "2023-11-07T05:31:56Z",
  "affiliate_id": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API secret as the username, with an empty password.

Path Parameters

id
string
required

Response

200 - application/json

OK

id
string
object
string
Example:

"payout"

state
enum<string>
Available options:
pending,
paid
currency
string
amount
integer

Amount in cents.

paid_at
string<date-time> | null
affiliate_id
string