Foreign cardholder payment
Link de Pagamento and Checkout Cielo accept payments made by cardholders with cards issued abroad.
The option to accept international cards is already enabled by default, so no additional configuration is required.
ImportantPayments with foreign cardholders are only available when Checkout or Link de Pagamento is configured as no shipping.
The no shipping configuration varies according to the payment generation method:
Website
When creating a Payment Link, select one of the options under Finalidade do link (Purpose of the link):
- Cobrar um valor* (Charge an amount);
- Venda recorrente* (Recurring sale).
These purposes do not include shipping and allow payments from foreign cardholders.
API
To create a Payment Link or a Checkout page without shipping via API, use the following settings:
- For the
typeparameter, use one of the following values:Digital,Service,Payment, orRecurrent; - For checkout, the
Cart.Items.Typeparameter must be set to:Digital,Service, orPayment; - In both Payment Link and Checkout, the
shipping.typeparameter must be set to:WithoutShipping.
These values ensure that the transaction is treated as no shipping, allowing payments made by foreign cardholders.
Updated about 1 month ago