Requirements
Before creating your first Payout Link, you must have:- A Dots account.
- Created an App using the Dashboard or the Dots API.
1. Creating a Payout Link
You can create a Payout Link using the Dashboard or the API. Below you will find the steps to create a Payout Link using each of these options:To create the Payout Link using the API, you will need to use the App API Key and Client ID. You can find this information by accessing the Dashboard, selecting the desired App, and then selecting API Management on the sidebar.With your credentials, you can create the Payout Link using the Create a Payout Link endpoint. The only required parameter is the
The following code block presents request and response examples of creating a Payout Link using the Create a Payout Link endpoint.The
amount
value. However, you have several other options available, which are described in the following table:Parameter | Description |
---|---|
user_id | The user’s id. |
payee | The payee. |
amount | REQUIRED. Amount to be paid in cents. |
delivery | Delivery information. |
delivery.message | Message to send in the SMS message that is sent to the payee. |
delivery.method | Delivery method. Options: sms , link , email , all . |
force_collect_compliance_information | Force the collection of 1099 or W-8 information. |
tax_exempt | Payout links marked as tax_exempt will not be counted towards the 1099 threshold. |
metadata | Set of key-value pairs that you can attach to an object. It is useful for storing additional information about the object in a structured format. |
memo | Add a memo to the top of the Payout Link. |
idempotency_key | Unique UUID key that prevents duplicate requests from being processed. |
payout_fee_party | Overrides the setting for which party will pay fees on this payout. |
additional_steps | Array of steps in the onboarding process. Options: compliance , id-verification , background-check , manage-payments , manage-payouts , payout , redirect . |
link
parameter in the response will provide the Payout Link you can share with the payee.2. Using the Payout Link
When the payee receives and uses the Payout Link, they’ll be redirected to the Dots portal. The payees will be guided through a quick onboarding process. The payee will complete the following steps:- Enter a phone number.
- Verify the phone number.
- Submit the IRS Form W-8BEN or W9 depending on location and payout size.
- Select the payout method.
- Provide the payout method information.