Fee amount
A dedicated field (additiona_datal.order.fee_amount) allows you to specify the fee amount for your services that is included in the transaction.
In the following example you can see a request that clarifies that a 180 JPY fee amount is part of a 5000 JPY final transaction. This field is for informational purposes, the fee_amount is already included in the final transaction amount and is not added separately.
Shipping amount
A dedicated field (additional_data.order.shipping_amount) allows you to specify the shipping amount that is included in the transaction.
In the following example you can see a request that clarifies that a 270 JPY shipping amount is part of a 5000 JPY final transaction. This field is for informational purposes, the shipping_amount is already included in the final transaction amount and is not added separately.
Tips
A dedicated field (additiona_datal.order.tip_amount) allows you to specify the tips amount that is included in the transaction.
In the following example you can see a request that clarifies that a 50 JPY tip amount is part of a 5000 JPY final transaction. This field is for informational purposes, the tip_amount is already included in the final transaction amount and is not added separately.
Taxes
A dedicated array of objects (additional_data.order.taxes) allows you to specify the taxes amounts for your services that are included in the transaction.
| Field | Type | Description | Example |
|---|---|---|---|
| type* | enum | Tax Type. | VAT |
| tax_base | float | Taxed base amount for the payment. | 10000.00 |
| value* | float | Tax amount value for the payment. | 2100.00 |
| percentage | float | Tax rate | 21.00 |
| Tax Type | Availability | Description |
|---|---|---|
| VAT | COL, ECU | Value Added Tax. Also known as IVA. |
| CONSUMPTION_TAX | COL | Also known as “Impuesto al consumo”. In Colombia, the National Consumption Tax is an indirect tax applied to the sale of specific goods and services, such as alcoholic beverages, cigarettes, mobile phone services, among others. The rate varies depending on the good or service. |
| AIRPORT_TAX | COL, BRL | This tax is a fee charged to passengers for the use of airport facilities. This tax varies depending on the airport and may include national and international rates. |
| VAT_LAW_17934 | UYU | In Uruguay, Law No. 17.934 refers to the regulations that establish specific modifications and provisions related to the Value Added Tax (VAT). This law may include regulations on exemptions, special rates, and administrative procedures. |
| VAT_LAW_19210 | UYU | In Uruguay, Law No. 19.210 establishes additional regulations or modifications to VAT rules. This law may focus on aspects such as the digitization of tax processes, new tax rates, or adjustments in exemptions and tax treatments of certain goods and services. |
| VAT_EXEMPTION | COL, ECU | Value Added Tax Exemption |
| ISV | DOM | Sales Tax. Also known as “Impuesto Sobre las Ventas”. In the Dominican Republic, the ISV, commonly known as ITBIS (Impuesto a la Transferencia de Bienes Industrializados y Servicios), is a value-added tax applied to the transfer of goods and services. The ITBIS is similar to the VAT in other countries, where the tax is levied at each stage of the production and distribution process. |
taxesstruct is already included in the final transaction amount and has not been added separately.
Discounts
A dedicated array of object (additional_data.order.discounts) allows you to specify the discounts that are included in the transaction.
In the following example you can see a request that clarifies that a 500 USD tip amount is part of a 5000 USD final transaction. This field is for informational purposes, the discounts is already included in the final transaction amount and is not added separately.
Example
Customer validations
A dedicated object (customer_payer.merchant_customer_validations) allows you to specify certain customer validations rules for fraud prevention inquiries.
| field | type | description |
|---|---|---|
| account_is_verified | bool | If the customer’s account has been validated before on the merchant’s side. True by default |
| email_is_verified | bool | If the customer’s email has been validated before on the merchant’s side. True by default |
| phone_is_verified | bool | If the customer’s phone has been validated before on the merchant’s side. True by default |