Custom Checkout Fields
Get Custom Field
Get a custom field by ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The custom field ID.
Response
200
application/json
Successful Response
Schema for a custom field of type text.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
Allowed value:
"text"
Identifier of the custom field. It'll be used as key when storing the value.
Name of the custom field.
The ID of the organization owning the custom field.
Was this page helpful?