Skip to content

Get Delivery Banks

GET

    GET: https://test2.remit.by/koriglobalservicestest/ws/deliveryBank/getDeliveryBanks  # (1)!

  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

Name Type Notes
dest_country String optional The name of the Destination Country, as per the output of getDestinationCountries. You can provide destination country name or code.
country_code String optional The code of the Destination Country, as per the output of getDestinationCountries. You can provide destination country
bank_code String optional The code of the processing bank connected to the delivery bank. If no dest_country, country_code and bank_code is given, all the delivery banks are returned.
PAYLOAD JSON

{

"dest_country": "",
"country_code": "",
"bank_code": "",

}

Not Applicable.