Vortex
    Vortex
    • General overview
    • Vortex Ramp Integration Guide
    • Vortex SDK
    • Quotes
      • Create a new quote
        POST
      • Get existing quote
        GET
    • Ramp
      • Register new ramp process
        POST
      • Get ramp status
        GET
      • Update ramp process
        POST
      • Start ramp process
        POST
    • Account Management
      • Brazil
        • Brazilian KYC Process Overview
        • Get user's remaining transaction limits
        • Get user information
        • Get status of the last ramp event for a user
        • Create user or retry KYC
        • Get user's KYC status
        • Start KYC level 2 process for a user
      • Europe
        • Coming soon...
    • Supported Payment Methods
      GET
    • Supported Cryptocurrencies
      GET

      Supported Payment Methods

      Developing
      GET
      /v1/supported-payment-methods
      Retrieve all available payment methods, filtered by type or fiat.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.vortexfinance.co/v1/supported-payment-methods?type=&fiat='
      Response Response Example
      {
          "paymentMethods:": [
              {
                  "id": "string",
                  "name": "string",
                  "supportedFiats": [
                      "string"
                  ],
                  "limits": {
                      "min": 0,
                      "max": 0
                  }
              }
          ]
      }

      Request

      Query Params

      Responses

      🟢200Success
      application/json
      Body

      Modified at 2025-06-10 08:24:51
      Previous
      Coming soon...
      Next
      Supported Cryptocurrencies
      Built with