Saltar al contenido principal

AffiliateOverview

enabledboolean
enrolledboolean
affiliate objectnullable
statusstring

Possible values: [pending, approved, rejected, suspended]

codestringnullable
previousCodestringnullable
appliedAtstring<date-time>
reviewedAtstring<date-time>nullable
rejectionReasonstringnullable
terms object

Condiciones vigentes para esta cuenta: tipo e importe de la comisión, recurrencia, ventana de atribución, retención (holdDays) y retiro mínimo.

property name*any

Condiciones vigentes para esta cuenta: tipo e importe de la comisión, recurrencia, ventana de atribución, retención (holdDays) y retiro mínimo.

payoutProfile objectnullable
methodstring

Possible values: [pix, paypal]

holderNamestring
countrystring
taxIdLast4stringnullable
destinationHintstringnullable
personTypestringnullable
updatedAtstring<date-time>nullable
referrals object
property name*integer
offer object
property name*any
AffiliateOverview
{
"enabled": true,
"enrolled": true,
"affiliate": {
"status": "pending",
"code": "string",
"previousCode": "string",
"appliedAt": "2024-07-29T15:51:28.071Z",
"reviewedAt": "2024-07-29T15:51:28.071Z",
"rejectionReason": "string",
"terms": {},
"payoutProfile": {
"method": "pix",
"holderName": "string",
"country": "string",
"taxIdLast4": "string",
"destinationHint": "string",
"personType": "string",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
},
"referrals": {
"pending": 2,
"qualified": 5
},
"offer": {}
}