Affiliate Payment Request
Issuing a payment request to the app, on behalf of the affiliate.
Request Body
Name
Type
Description
{
"affiliateNewTerms": {
"revenueShare": 50,
"cpi": 10,
"limitPeriod": 24,
"minWithdrawal": 50
}
}{
"status": 400,
"message": "Error details"
}curl -X POST 'https://platform.shoffi.app/API/affiliate/requestPayment' \
-H 'Content-Type: application/json' \
-d '{
"apiKey": "YourKey",
"appId": 00000000,
"affiliateDetails": {
"email": "[email protected]",
"paypalEmail": "[email protected]"
}
}'Response example
Last updated