Authorized
POST
https://api.taxcloud.net/1.0/TaxCloud/Authorized
Mark a previous Lookup as Authorized. Authorized should be called after the similar step with your payment processor.
Request
Mark a previous Lookup as Authorized
apiLoginIDstringRequired
>=7 characters
<=8 characters
Find your API ID via <a href="https://app.taxcloud.com/go/stores/" target="_blank">https://app.taxcloud.com/go/stores/</a>
apiKeystringRequired
=8 characters
Find your API KEY via <a href="https://app.taxcloud.com/go/stores/" target="_blank">https://app.taxcloud.com/go/stores/</a>
customerIDstringRequired
>=5 characters
<=50 characters
This should be the abstract identifier used by your system to uniquely identify customers. Note: This should not be your customer’s email address or any other form of Personally Identifiable Information (PII).
cartIDstringRequired
format: "uuid"
>=5 characters
<=50 characters
CartID is very similar to an Order ID, except most systems do not issue immutable (permanent) identifiers for orders until customers actually place their order (clicking the BUY button).<p/><div><B>IMPORTANT:</B> You must be able to persist the CartID accross all Lookup requests for a particular customer (including situations where a customer puts an item in her cart before logging in, then proceeds ordering after logging in).<p/>If your system does not provide a mechanism to create unique identifiers, you can omit this parameter (or submit as null) and TaxCloud will provide a unique identifier in the response (which you should persist for subsequent <i>Lookup</i> calls and the ultimate <i>Authorized</i> or <i>AuthorizedWithCapture</i> calls).</div>
orderIDstringRequired
>=5 characters
<=50 characters
This is the immutable Order identifier used by your system to idenitify unique orders.
dateAuthorizedstringOptional
format: "date-time"
The Date/Time of record for Authorization. If omitted, this value is inferred from the time the API call is received.
Response
OK
AuthorizedResultobject or null