v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBCustom Fields
Retrieve custom field
Retrieve the details of a custom field.
get/custom_fields/{id}
Path parameters
idstring required
The ID of the custom field.
Response
200
Example response
{
"key": "customer_country",
"name": "Customer country",
"type": "select",
"object_types": [
"payment_order",
"external_account"
],
"values": [
{
"key": "fr",
"name": "France"
},
{
"key": "uk",
"name": "United-Kingdom"
}
],
"created_at": "2024-01-03T11:53:19.734182Z"
}