Get Rates
GET
GET: https://test2.remit.by/koriglobalservicestest/ws/rates/getRates # (1)!
- Kori Transaction reference number saved during creation or the keyword
all
for all transactions.
Request¶
Retrieve a Transaction or all transactions.
Use this endpoint to retrieve a transaction from our system.
Identification¶
username
, password
and pin
- required
Body¶
object | application/json
Common remitter creation object properties.
Name | Type | Notes | |
---|---|---|---|
source_currency |
String | optional | Optional |
dest_country |
String | required | The name of the Destination Country, as per the output of getDestinationCountries |
dest_currency |
String | optional | Optional |
Delivery Bank Name |
String | optional | Optional |
PAYLOAD JSON
{
"source_currency": "",
"dest_country": "",
"dest_currency": "",
"Delivery Bank Name": "",
"dest_country": "",
"dest_currency": "",
"Delivery Bank Name": "",
}
Not Applicable.