URL
http://[platform_URL]/api/manager/set-affiliate-payment-method
Parameters
Field Name | Required | Description |
---|---|---|
api-key | Yes | Ask your Admin for API activation. API Key could be found on your Profile page. |
affiliate_id | Yes | Affiliate ID |
payment_method_id | Yes | 3 for PayPal |
payment_details | Yes | PayPal account: paypal@company.com |
Sample
Request
http://demo.scaleo-up.com/api/manager/set-affiliate-payment-method?api-key=04a59f55a586cc3982a467b8f1be36c472a8b5c7&affiliate_id=15&payment_method_id=3&payment_details=PayPal%20Account:%20paypal@company.com
Response
{
"code":0,
"status":200,
"message":"The payment method has been set successfully"
}