Collecting e-invoice information
Learn how to use Prebuilt Checkout to comply with e-invoicing requirements in Taiwan
By pairing Prebuilt Checkout with Digital River's e-invoicing service, you can make domestic sales in Taiwan that comply with that country's data collection requirements.
On this page, you'll find information on:
If
items[]
in your create checkout-session request contain physical products, there are a variety of ways to define shipFrom
. However, to collect carrier information in B2C transactions, the value of shipFrom
must be TW
.To collect the appropriate information from customers, Digital River needs to know whether they're making the purchase as an individual or on behalf of an organization. If you know this information before initiating checkout, you can define
customerType
in the create checkout-session request. Alternatively, you can configure the checkout-session so that Digital River collects this information. What information Digital River needs to get from customers depends on whether it's a business to customer or business to business transaction.
If
customerType
is individual
and customers select Taiwan as their shipping or billing country (or you pass a shoppingCountry
of TW
in the create checkout-session request), Digital River collects and validates the customer's carrier information.
If
customerType
is business
and customers select Taiwan as their shipping or billing country (or you pass a shoppingCountry
of TW
in the create checkout-session request), Digital River collects and validates the customer's tax identification number.

Last modified 28d ago