Last updated
Last updated
A: The API follows a standard. This requires some competency in Back End Development.pattern for funnels, and using this pattern will help ensure metrics are reported properly: Please view our Suggested API Flow article
A: You can make API calls from the server, rather than directly from the browser form. An example of using PHP to send API calls from your server can be found
A: After enabling a membership club in Admin | Plugins | Membership Services, the membership can be , , or using our API.
A: Set the parameter skipQA=1 on a call to the
A: orderId is not returned on declines. You can use Import Lead to get an orderId before importing the sale. Or use the Order Query API to fetch the orderId of the decline.
State is only required on US and Canada.
The reason for this is likely due to the amount of results being returned on the API. By default the API will return 25 results per page. You can set resultsPerPage=[integer:500max], and/or you can use the paginiation results to know how many pages you need to request (pass page=[1,2,3...])
ACCTONFILE always uses the primary pay source. To process with a different pay source than the primary, you would have to send in the Import Order API call customerId, paySourceId, and paySource=CREDITCARD.
Make sure to pass includeCustomFields (Boolean ('1' or '0')) as stated here