Add AutoPayout rule

This POST endpoint is used to add an autopayout rule that will initiate a payout whenever the provided wallet token is loaded.
You can use this endpoint to create an autopayout rule that automatically sends a percentage of incoming load to a specific destination.
To use this endpoint, you need to provide the user_token and wallet_token as required parameters in the URL Path, and the destination_token and percentage of incoming load that should be autopaid to the destination_token in the request Body.
The response will include a JSON object containing the details of the created autopayout rule, including the token, destination_token and percentage.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Token representing the user who owns the wallet

string
required

Token representing the wallet

Body Params

Autopayout rule configuration.

string
required

The destination_token to autopay (send payout to)

float
required
Defaults to 100

The percent of incoming load that should be autopaid to the destination_token

string

The token that represents a set of attributes for a specific payer. Optional, specify the value if you''re trying to update a value of a specific attributes set.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json