diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 08333ad9..d93a10d1 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -229,7 +229,7 @@ paths: symbol: ₹ destinationPaymentRail: UPI receivingAmount: 825000 - exchangeRate: 82.5 + exchangeRate: 0.012121 fees: fixed: 100 total: 150 @@ -248,8 +248,8 @@ paths: name: Euro symbol: € destinationPaymentRail: SEPA_INSTANT - receivingAmount: 18500 - exchangeRate: 0.925 + receivingAmount: 9250 + exchangeRate: 1.081081 fees: fixed: 10 total: 15 @@ -9260,7 +9260,7 @@ components: type: number description: Number of sending currency units per receiving currency unit. exclusiveMinimum: 0 - example: 82.5 + example: 0.012121 fees: $ref: '#/components/schemas/ExchangeRateFees' updatedAt: diff --git a/openapi.yaml b/openapi.yaml index 08333ad9..d93a10d1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -229,7 +229,7 @@ paths: symbol: ₹ destinationPaymentRail: UPI receivingAmount: 825000 - exchangeRate: 82.5 + exchangeRate: 0.012121 fees: fixed: 100 total: 150 @@ -248,8 +248,8 @@ paths: name: Euro symbol: € destinationPaymentRail: SEPA_INSTANT - receivingAmount: 18500 - exchangeRate: 0.925 + receivingAmount: 9250 + exchangeRate: 1.081081 fees: fixed: 10 total: 15 @@ -9260,7 +9260,7 @@ components: type: number description: Number of sending currency units per receiving currency unit. exclusiveMinimum: 0 - example: 82.5 + example: 0.012121 fees: $ref: '#/components/schemas/ExchangeRateFees' updatedAt: diff --git a/openapi/components/schemas/exchange_rates/ExchangeRate.yaml b/openapi/components/schemas/exchange_rates/ExchangeRate.yaml index 7c24ca28..61f97365 100644 --- a/openapi/components/schemas/exchange_rates/ExchangeRate.yaml +++ b/openapi/components/schemas/exchange_rates/ExchangeRate.yaml @@ -49,7 +49,7 @@ properties: type: number description: Number of sending currency units per receiving currency unit. exclusiveMinimum: 0 - example: 82.50 + example: 0.012121 fees: $ref: ./ExchangeRateFees.yaml updatedAt: diff --git a/openapi/paths/exchange-rates/exchange_rates.yaml b/openapi/paths/exchange-rates/exchange_rates.yaml index 4c30208c..ef072fd4 100644 --- a/openapi/paths/exchange-rates/exchange_rates.yaml +++ b/openapi/paths/exchange-rates/exchange_rates.yaml @@ -73,7 +73,7 @@ get: symbol: "₹" destinationPaymentRail: UPI receivingAmount: 825000 - exchangeRate: 82.50 + exchangeRate: 0.012121 fees: fixed: 100 total: 150 @@ -92,8 +92,8 @@ get: name: Euro symbol: "€" destinationPaymentRail: SEPA_INSTANT - receivingAmount: 18500 - exchangeRate: 0.925 + receivingAmount: 9250 + exchangeRate: 1.081081 fees: fixed: 10 total: 15