Skip to main content
Our API offers flexibility in structuring payment amounts, accommodating various factors that may contribute to the total transaction sum. Whether it’s base charges, taxes, fees, or tips, our system is designed to handle diverse components seamlessly. You can easily integrate and manage payments with different elements contributing to the overall amount This feature enhances transparency and convenience for both merchants and customers, enabling seamless handling of payment details within the payment process.

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. In the following example, you can see a request that clarifies what taxes are part of a 1000.00 USD final transaction. This field is for informational purposes; the taxesstruct is already included in the final transaction amount and has not been added separately.

Discounts

A dedicated array of objects (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. In the following example you can see a request that clarifies that customer has been previously verified outside Yuno.