Update Seller Preferences

The user preferences allow you to set 3 parameters: email notifications, payout automation, preferred reserve rate.

updatePreferencesThroughPartnership Mutation

Variables

hasEmailNotifications - Wether or not the seller should receive transactionnal emails from Unlimitd

hasAutomatedPayout - Wether payments are automatic or not

preferredReserveRate - The preferred reserve rate

Returns

preferences - Preference

Errors

400: PREFERRED_RESERVE_RATE_INVALID - Preferred reserve rate should be an integer between 0 and 100

Security

This endpoint is guarded by Seller Authentication. See Authenticate as Seller

Last updated