GM Indicative Rates

1.0.0
online
Rating
Skip to main content

Overview

The indicative rates service provides the latest foreign exchange quotes for different currency pairs and pricing segments.

Type
REST
OAS2
Protocol
HTTPS
Endpoint
Production, Development:
https://api-gatewaynp.standardbank.co.za/npextorg/extnonprod/gm-indicative-rates
Security
OAuth2
Type
oauth2
Security flow
application
Token URLs
https://api-gatewaynp.standardbank.co.za/npextorg/extnonprod/sysauth/oauth2/token
Scopes
validate - Scope for applications requiring valdiation or compliance services

OAuth2

X-IBM-Client-Id
(Type: API Key)
X-IBM-Client-Id
apiKey located in header

Client Id

X-IBM-Client-Secret
(Type: API Secret)
X-IBM-Client-Secret
apiKey located in header

Client Secret

API Extensions
components
parameters:
  channelHeader:
    description: >-
      Channel ID is a 4 letter aplanumeric code supplied by Standard Bank for a
      calling application
    in: header
    name: x-channelID
    required: true
    type: string
  countryHeader:
    description: >-
      The 2 letter ISO code that represents the country from which the request
      originates.
    in: header
    name: x-countryCode
    required: true
    type: string
  reqIdHeader:
    description: Unqique request ID provided by the calling application
    in: header
    name: x-reqID
    required: true
    type: string
  reqTimestampHeader:
    description: >-
      Date/Time value recording when the calling application published the
      request
    format: date-time
    in: header
    name: x-reqTimestamp
    required: true
    type: string
Show more