v1
latestOpenAPI 3.1.02026-07-26202027.9 KBRecipients
Add recipients
Creates one or more recipients. Each recipient receives an onboarding URL they can use to complete their profile and (optionally) tax information.
post/recipients
Request body
Response
The recipients were created.
Example response
{
"data": {
"recipients": [
{
"earnings": {
"paid": 125000,
"pending": 15000,
"held": 5000
},
"paymentMethod": {
"method": "ACH",
"currency": "USD"
}
}
]
}
}