Custom Fields
You can use custom fields to add custom data to your requests.
You use the custom_fields to add custom fields and values to your requests.
For example:
<-- Code omitted for clarity-->
"custom_fields": [
{
"key": "buyer_name",
"value": "Joe Murphy"
<-- Code omitted for clarity-->
Fields
| Field | Description |
|---|---|
custom_fields.key | Specify your custom key. For example, buyer_name. |
custom_fields.value | Specify your custom value. For example, Joe Murphy. |
Reporting
These custom fields and values can be displayed in the Detailed Settlement Report report.
You can add up to 5 custom fields. You can select these in the report filters, as is shown in the following screenshot:

Custom Fields filter for Detailed Settlement report
The fields are also displayed in the List UI and in the logs.
Note
If you want the custom fields to be included in your reports by default, you can contact Vertex and ask for this.
Updated 13 days ago
