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:
Requirements | Use |
---|---|
Authentication | A valid (api-key, secret-key) pair must be informed in Request Headers. A valid pair is acquired after a Merchant Onboarding. |
HTTP Connection | HTTP is the default protocol to connect to the API and access all QuotesREST endpoints available in the API. |
JSON Payloads | JSON is the default API content-type. |
Production Domain and Sandbox Domain
Domain | URL | Purpose |
---|---|---|
Production | https://api.international.pagseguro.com/v1/quotes | Get quotes. |
Sandbox | https://api.sandbox.international.pagseguro.com/v1/quotes | Test endpoint use case scenarios. |