ShieldClimb Developer API
Home
Card Payment Gateway
Card Payment Gateway
  • Documentation
  • Minimum Order Amount
  • Custom Domain (White-Label)
  • Payment Link Generator
  • Transaction Status
Home
Card Payment Gateway
Card Payment Gateway
  • Documentation
  • Minimum Order Amount
  • Custom Domain (White-Label)
  • Payment Link Generator
  • Transaction Status
  1. Introduction
  • Introduction
    • Standard Integration
      • Create Wallet
      • Process Payment - Single Provider (Direct Payment)
      • [Optional] Process Payment - Multi-Providers (Hosted Checkout)
    • Affiliate Integration
      • [Optional] Create Wallet - Affiliate
    • Convert to USD
      GET
    • Callback Event
      GET
    • Check Payment Status
      GET
Home
Card Payment Gateway
Card Payment Gateway
  • Documentation
  • Minimum Order Amount
  • Custom Domain (White-Label)
  • Payment Link Generator
  • Transaction Status
Home
Card Payment Gateway
Card Payment Gateway
  • Documentation
  • Minimum Order Amount
  • Custom Domain (White-Label)
  • Payment Link Generator
  • Transaction Status
  1. Introduction

Convert to USD

GET
https://api.shieldclimb.com/control/convert.php
Certain payment providers—such as stripe, transfi, robinhood, bitnovo and rampnetwork—process transactions exclusively in USD. If your system works with another currency, you must first convert the amount to USD before passing it to these providers.

Request Parameters#

from : The currency code you are converting from. For example: EUR, SEK, etc.
value : The numeric amount in the source currency that you want converted to USD.

Response#

value_coin : The resulting amount converted into USD.
exchange_rate : The applied exchange rate for converting the original currency into USD.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shieldclimb.com/control/convert.php?from=EUR&value=88.88'
Response Response Example
{
    "status": "success",
    "value_coin": "104.38",
    "exchange_rate": "1.17441"
}
Modified at 2025-12-14 09:16:08
Previous
[Optional] Create Wallet - Affiliate
Next
Callback Event
Built with