Quotes API overview

General Business Overview

The Quotes API allows you to retrieve the exchange rate between two currencies, taking into account the country of operation and the merchant-specific exchange rate.

ℹ️

The exchange rate returned by this API is for informational purposes only. It is not used to price payouts and should not be used for reconciliation purposes.

Use Requirements

To Integrate to PagSeguro's Quotes API, Merchants must provide some recurrent requirements:

RequirementsUse
AuthenticationA valid (api-key, secret-key) pair must be informed in Request Headers.
A valid pair is acquired after a Merchant Onboarding.
HTTP ConnectionHTTP is the default protocol to connect to the API and access all QuotesREST endpoints available in the API.
JSON PayloadsJSON is the default API content-type.

Production Domain and Sandbox Domain

DomainURLPurpose
Productionhttps://api.international.pagseguro.com/v1/quotesGet quotes.
Sandboxhttps://api.sandbox.international.pagseguro.com/v1/quotesTest endpoint use case scenarios.