Jump to content

Getting required fields for registrars to order a domain via the API(AddOrder, Parameter - domain fields)


Leonid

Recommended Posts

Good day,

How can I find out which additional fields are required by the registrar? I am sending the data using the following structure:

$order['domainfields']['0'] = base64_encode(serialize([
    12 => "2022-02-02",
    13 => "2022-02-03",
    14 => "2022-02-04",
    15 => "2022-02-05",
    16 => "No",
    17 => "2022-02-06",
    18 => "2022-02-07",
]));

However, I do not know where to obtain the ID for each specific field.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated