Skip to main content

Passing surcharge amount to payment gateway

Zuora

Passing surcharge amount to payment gateway

Passing surcharge amount to payment gateway 

The surcharge amount will be passed to the payment gateway (Chase orbital is in scope for the early adopter phase) as Level 2 and Level 3 information.

L2 Information

Level 2 Information will include the ‘Total tax amount’. If a surcharge is taxable, this field will also include the surcharge tax along with the invoice tax.

L3 Information

When a surcharge is applied, Zuora will include it as one of the level 3 line items.

Here is an example (in red) of level 3 line items via Orbital.

<PC3FreightAmt>000</PC3FreightAmt>

<PC3DutyAmt>000</PC3DutyAmt>

<PC3DestCountryCd>USA</PC3DestCountryCd>

<PC3ShipFromZip>98101</PC3ShipFromZip>

<PC3DiscAmt>000</PC3DiscAmt>

<PC3LineItemCount>1</PC3LineItemCount>

<PC3LineItemArray>

<PC3LineItem>

<PC3DtlIndex>1</PC3DtlIndex>

<PC3DtlDesc>

<![CDATA[Payton Chesser]]>

</PC3DtlDesc>

<PC3DtlProdCd>SKU-00000069</PC3DtlProdCd>

<PC3DtlQty>10000</PC3DtlQty>

<PC3DtlUOM>ACR</PC3DtlUOM>

<PC3DtlTaxAmt>000</PC3DtlTaxAmt>

<PC3DtlTaxRate>00000</PC3DtlTaxRate>

<PC3Dtllinetot>100000</PC3Dtllinetot>

<PC3DtlCommCd>82101603</PC3DtlCommCd>

<PC3DtlUnitCost>10000000</PC3DtlUnitCost>

<PC3DtlGrossNet>N</PC3DtlGrossNet>

</PC3LineItem>

</PC3LineItemArray>