For AI agents: visit https://developer.readyremit.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Property | Required | Type | Description |
|---|
| fields | No | [PayMittoTransferField] | Transfer additional fields that contains information about the transfer (like bank id, location id, etc). |
| quoteBy | Yes | String | Type of Quote (By Send Amount or Receive Amount). |
| nonce | Yes | String | A unique ID to let the server confirm the current transfer was already processed or not. |
| quoteHistoryId | Yes | String | The quote ID for this transfer. |
| recipientAccountId | No | String | The receipient's account ID. Could be null if there is no a selected account. (like in Cash Pickup transfers). |
| recipientId | Yes | String | The receipient's ID to whom transfer is sent. |
| sourceAccountId | No | String | The source accounts of funds ID. It will be any of the IDs passed to the SDK through the PayMittoConfiguration object. |
| Property | Required | Type | Description |
|---|
| id | Yes | String | The ID of the field. |
| type | Yes | String | Type of the field (text, phone number, dropdown). |
| value | Yes | String | The value for the field. |