Currency exchange initiation

Tip! Make sure your Access token has ob-baas-ps and ob-baas-ps:authz-nosca scopes in it

{
  "paymentOrderNo": "s-37654339403522130362",
  "externalReference": "3nmfQSrQXjTyt8VE5NpsZqgRDvXcgSD3wy",
  "transactionFeeIndicator": true,
  "currencyConversionFees": {
    "percent": "0.77"
  },
  "transactionAmount": {
    "currency": "EUR",
    "amount": "92.77"
  },
  "currencyExchange": {
    "sourceCurrency": "EUR",
    "targetCurrency": "USD",
    "exchangeRate": "1.0779781589",
    "marketExchangeRate": "1.086343",
    "instructedAmount": {
      "currency": "USD",
      "amount": "100.00"
    }
  }
}

Scroll to Top