Tax identifiers
Last updated
Last updated
The Tax Identifiers resource in the Digital River ecosystem serves as a foundational element for handling tax compliance across various jurisdictions. This resource represents the customer's tax identifiers and is crucial in determining the applicable transaction tax rates. By efficiently managing and applying tax identifiers, businesses can ensure accurate invoicing and adhere to regional tax regulations, thereby facilitating smooth financial operations.
Get all tax identifiers.
/tax-identifiers
A filter on the list based on the createdTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
createdTime[gt]=2020-09-22T12:09:44Z
A filter on the list based on the updatedTime field. The value can be a string with an ISO-8601 UTC format datetime or it can be a dictionary with the following options:
updatedTime[gt]=2020-09-22T12:09:44Z
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 100, and the default is 10.
Only return objects with these IDs.
Only return tax identifiers for this customer.
Only return tax identifiers of this type.
Only return tax identifiers with this value.
Only return tax identifiers in this state.
A filter on the list based on the tax identifier stateTransitions pending field. The value can be a string with an ISO-601 UTC format datetime or it can be a dictionary with the following options:
A filter on the list based on the tax identifier stateTransitions verified field. The value can be a string with an ISO-601 UTC format datetime or it can be a dictionary with the following options:
A filter on the list based on the tax identifier stateTransitions not_valid field. The value can be a string with an ISO-601 UTC format datetime or it can be a dictionary with the following options:
Creates a new tax identifier object.
/tax-identifiers
The type of tax identifier.
de
The tax identifier.
DE123456789
Retrieves the details of a tax identifier. You must supply the unique identifier of the tax identifier.
/tax-identifiers/{id}
Tax identifier ID
Permanently deletes a tax identifier. You must supply the unique identifier of the tax identifier.
/tax-identifiers/{id}
Tax identifier ID
No body