Question

According to documentation of PlaceOrderAndAuthorize_API, it is possible to specify customer attributes on accounts creation. How this can be done?

Answer

To add attributes into request you need to add the following line for each attribute in ContactData section of the PlaceOrderAndAuthorize_API request:

<value>ATTRIBUTE_ID=[attribute_value]</value>

where ATTRIBUTE_ID is the ID of the attribute and [attribute_value] - its value.

Internal content