Skip to main content
POST
Create a Payout Link

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
amount
integer
required

Amount to be paid in cents.

user_id
string<uuid>

The user's id.

payee
object

The payee. This is optional.

delivery
object
force_collect_compliance_information
boolean
default:false

Force the collection of 1099 or W-8 information. Defaults to false.

tax_exempt
boolean

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. This can be useful for storing additional information about the object in a structured format.

memo
string

Add a memo to the top of the Payout Link

idempotency_key
string<uuid> | null

Unique UUID key that prevents duplicate requests from being processed. If a payout link with the idempotency key exists, a new link will not be created and the existing link will be returned instead.

payout_fee_party
enum<string> | null

Overrides the setting for which party will pay fees on this payout. This takes precedence over the default for your application.

Available options:
user,
platform
additional_steps
(enum<string> | Step With Options · object)[]

Array of steps to add to the payout flow. Each item is either a step-name string or an object with additional step options.

The step name.

Available options:
compliance,
id-verification,
background-check,
manage-payments,
manage-payouts,
payout,
redirect,
pdf-form-fill
accounting_data
object
funding_source
enum<string>

The funding source for the payout. If dots_balance is specified, the payout is funded from the app's Dots wallet balance. If ach is specified, the payout is funded via a bank transfer from the app's linked bank account. If not specified, defaults to dots_balance.

Available options:
dots_balance,
ach
hide_go_to_dashboard_on_complete
boolean
default:false

Hide the "Go to dashboard" button on the payout flow UI. Defaults to false.

description
string

An internal description for the payout-link. Unlike memo, it is not shown to the payee.

Response

Created

The payout-link object.

id
string<uuid>

ID of the payout-link.

created
string<date-time>

Date the payout-link was created.

URL to access the payout-link.

amount
number

The amount to pay in cents.

status
enum<string>

Status of the payout-link.

Available options:
created,
delivery_pending,
delivery_failed,
sent,
delivered,
claimed,
reversed,
canceled,
expired,
failed
payee
object

Information about the payee. It is used to pre-fill information.

delivery
object
tax_exempt
boolean

Transfers marked as tax_exempt will not be counted towards the 1099 threshold.

claimed_user_id
string<uuid>

ID of the user that has claimed the payout-link.

flow_id
string<uuid>

ID of the payout flow UI that is sent to the user.

transfer_id
string<uuid>

ID of the transfer created for this payout-link.

memo
string | null

Optional memo added to this payout-link

metadata

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

description
string | null

An internal description for the payout-link. Unlike memo, it is not shown to the payee.

accounting_data
object

Accounting metadata synced to external accounting systems.

funding_source
enum<string>

The funding source used to fund the payout. One of dots_balance or ach.

Available options:
dots_balance,
ach