Currency exchange initiation

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

{
  "paymentOrderNo": "s-199779017827116226021",
  "transactionFeeIndicator": true,
  "currencyConversionFees": {
    "percent": "2.00"
  },
  "transactionAmount": {
    "amount": "1.00",
    "currency": "USD"
  },
  "currencyExchange": {
    "sourceCurrency": "USD",
    "targetCurrency": "GBP",
    "exchangeRate": "0.75634930",
    "marketExchangeRate": "0771785",
    "instructedAmount": {
      "amount": "0.76",
      "currency": "GBP"
    }
  }
}

Scroll to Top