Get Delivery Bank Branches
GET
GET: https://test2.remit.by/koriglobalservicestest/ws/deliveryBankBranch/getDeliveryBankBranches
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 | |
---|---|---|---|
delivery_bank |
String | optional | The name of the delivery bank, as per the output of getDeliveryBanks |
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
{
"delivery_bank": "",
"destination_country": "",
"destination_country_code": "",
"destination_country": "",
"destination_country_code": "",
}
Not Applicable.