1. Knowledge Base
  2. Integration support

Which Payment Methods Are Supported by Onramper?

Onramper supports all payment methods offered by the onramps aggregated within its API and widget solution.

You can easily explore the payment methods available for your use case using our
API Reference Playground: API Reference Playground - Supported Payment Types.

Alternatively, you can use a simple CURL request like this:

curl --request GET \
     --url 'https://api.onramper.com/supported/payment-types?type=buy&country=us' \
     --header 'Authorization: pk_prod_01HETEQF46GSK6BS5JWKDF31BT' \
     --header 'accept: application/json'

Key Points:

  • Replace the country (e.g., us) parameter with your target country to filter payment methods by location.
  • Use your API Key in the Authorization header for the request to work.
  • If you're using a test API Key, ensure the URL starts with api-stg.onramper.com to access the staging environment.

Additional Resources:

  • Find a list of supported Onramps and payment methods by country here.
  • Try a live version of the Onramper widget with a country selector here.

Explore the flexibility of Onramper's payment methods to seamlessly integrate fiat-to-crypto solutions for your users!