Skip to main content
This object represents a recipient who will receive part of a split payment. It represents a seller’s account within your marketplace. The split allows you to disperse the money of a purchase in your marketplace directly to the seller’s account while your commission goes to your marketplace account.

Attributes

id
string
The unique identifier of the recipient (MAX 64 ; MIN 36).Example: 9104911d-5df9-429e-8488-ad41abea1a4b.
account_id
string
The unique identifier of the account (MAX 64; MIN 36).Example: 4323f8a0-7699-4a5b-8293-f4d712312eb3bd.
merchant_recipient_id
string
The unique identifier of the recipient for the marketplace owner (MAX 255; MIN 3).Example: AAAA01.
national_entity
string
Beneficiary’s national entity category. Could be INDIVIDUAL or ENTITY.Example: INDIVIDUAL.
entity_type
string
Beneficiary’s national entity type. Could be PUBLIC, GOVERNMENTAL, NON_PROFIT or PRIVATE.Example: PRIVATE.
first_name
string
The recipient’s first name (MAX 255; MIN 3).Example: John.
last_name
string
The recipient’s last name (MAX 255; MIN 3).Example: Doe.
Beneficiary’s name. (Max: 80) Only necessary when national entity is ENTITY (MAX 64 ; MIN 36).Example: Arcos dorados S.A.
email
string
The recipient’s e-mail (MAX 255; MIN 3).Example: john.doe@email.com.
date_of_birth
string
The recipient’s date of birth in the YYYY-MM-DD format (MAX 10; MIN 10).Example: 1990-02-28.
country
enum
The recipient’s country (MAX 2; MIN 2; ISO 3166-1 ).Possible enum values: Check the Country Code List.
website
string
The recipient’s website URL (MAX 255; MIN 3).Example: https://www.my-site.com
industry
string
The recipient’s industry (MAX 235; MIN 1) For more information access the Industry category reference page.Example: VIRTUAL_GOODS
merchant_category_code
string
The merchant category code (MAX 235; MIN 1).Example: TTR
document
object
Specifies the recipient’s document object, including its number and type.
phone
object
Specifies the recipient’s phone number object.
address
object
Specifies the recipient’s billing address object.
withdrawal_methods
array of objects
A list of withdrawal method objects; each item contains a bank object
documentation
array of objects
An array of documentation objects provided by the merchant.
onboardings
array of objects
List of onboarding records for each provider connection.
created_at
timestamp
Recipient creation date and time (MAX 27; MIN 27; ISO 8601 ).Example: 2022-05-09T20:46:54.786342Z.
updated_at
timestamp
Last recipient update date and time (MAX 27; MIN 27; ISO 8601 ).Example: 2022-05-09T20:46:54.786342Z.