> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/object/sender.md).

# Sender

<table><thead><tr><th>Parameter</th><th width="220">Data Type</th><th>Requirement</th><th>Description</th></tr></thead><tbody><tr><td>uuid</td><td>String Generated</td><td>M</td><td>Object unique identifier</td></tr><tr><td>merchantId</td><td>String Generated</td><td>M</td><td>Merchant unique identifier</td></tr><tr><td>referenceId</td><td>String</td><td>M</td><td>Merchant remitter reference ID</td></tr><tr><td>name</td><td>String <br></td><td>M</td><td><p>Remitter name<br>^[A-Za-z0-9 -]{1,40}$</p><p><br></p><p>Max 40</p><p>Can only contain the special characters</p></td></tr><tr><td>countryCode</td><td>Enum </td><td>M</td><td>Remitter two-letter country code based on ISO 3166-1</td></tr><tr><td>state</td><td>String</td><td>M</td><td>Remitter state<br>Length: Max 255</td></tr><tr><td>city</td><td>String</td><td>M</td><td>Remitter city<br>Length: Max 35</td></tr><tr><td>address</td><td>String</td><td>M</td><td>Remitter address<br><br>Length: Max 200</td></tr><tr><td>postcode</td><td>Number </td><td>M</td><td><p>Remitter postcode<br><br>^[a-zA-Z0-9\s\-]{0,16}$</p><p><br></p><p>Max 16</p><p>Can only contain the special characters -</p></td></tr><tr><td>accountType</td><td>Enum </td><td>M</td><td><p>Remitter account type (individual or company)<br><br></p><p>Value:</p><p>Should be either</p><ul><li>Individual</li><li>Company</li></ul></td></tr><tr><td>bankAccountNumber</td><td>String</td><td>C<br>Required if beneficiary country code is KR</td><td><p>Remitter bank name</p><p><br><br>Length: Max 50</p></td></tr><tr><td>nationality</td><td>Enum </td><td>M</td><td><p>Remitter nationality in two-letter country code based on ISO 3166-1<br></p><p>Value: Can be the same as remitterCountryCode</p></td></tr><tr><td>identificationType</td><td><p>Enum</p><p></p></td><td>M</td><td><p>Remitter ID type according to account type<br><br></p><p>Value:</p><p>If Individual, should be either</p><ul><li>Kartu Tanda Penduduk</li><li>Passport</li></ul><p><br></p><p>If Company, should be either</p><ul><li>Business Registration Number</li><li>ACRA</li><li>Travel Agent License Number</li><li>ABN</li><li>ACN</li><li>ARBN</li></ul></td></tr><tr><td>identificationNumber</td><td>String </td><td>M</td><td><p>Remitter ID number based on the ID type selected<br><br>^[A-Za-z0-9\s-.]{1,30}$</p><p><br></p><p>Max 30</p><p>Can only contain the special characters </p></td></tr><tr><td>dob</td><td>String </td><td>M</td><td><ul><li>If account type is Individual: Remitter date of birth</li><li>If account type is Company: Company's date of incorporation</li></ul><p>Format: YYYY/MM/DD</p></td></tr><tr><td>contactCountryCode</td><td>String</td><td>M</td><td>Remitter contact country code<br><br>Length: Max 5</td></tr><tr><td>contactNumber</td><td>String </td><td>M</td><td><p>Remitter contact number<br></p><p>^[0-9+/-\\s]{0,17}$<br></p><p>Length: Max 17</p></td></tr><tr><td>sourceOfIncome</td><td>Enum </td><td>M</td><td><p>Remitter source of income<br><br></p><p>Value:</p><p>Should be either</p><ul><li>Salary</li><li>Personal Savings</li><li>Personal Wealth</li><li>Retirement Funds</li><li>Business Owner</li><li>Shareholder</li><li>Loan Facility</li><li>Personal Account</li><li>Corporate Account</li></ul></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payout-international/object/sender.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
