UWCFSMoneyTransfer
Click here for a complete list of operations.
GetComission
Get comission
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /UWCFSMoneyTransfer.asmx HTTP/1.1 Host: api.moneypolo.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://api.uwcfs.com/secure_service/UWCFSMoneyTransfer.asmx/GetComission" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetComission xmlns="https://api.uwcfs.com/secure_service/UWCFSMoneyTransfer.asmx"> <request> <BankID>unsignedInt</BankID> <ComissionIncluded>unsignedShort</ComissionIncluded> <CurrencyCode>string</CurrencyCode> <Amount>decimal</Amount> <UserID>unsignedInt</UserID> <Discount>string</Discount> <Agent>string</Agent> <AutoProcess>string</AutoProcess> <PayoutInNatCurrency>string</PayoutInNatCurrency> <PayoutTypeCode>string</PayoutTypeCode> <CardNumber>string</CardNumber> </request> <sign> <MerchantCode>string</MerchantCode> <Sign>string</Sign> </sign> </GetComission> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetComissionResponse xmlns="https://api.uwcfs.com/secure_service/UWCFSMoneyTransfer.asmx"> <GetComissionResult> <TransactionAmount>decimal</TransactionAmount> <TransactionFee>decimal</TransactionFee> <TransactionFeeOriginal>decimal</TransactionFeeOriginal> <TransactionFeePS>decimal</TransactionFeePS> <BankName>string</BankName> <BankAddress>string</BankAddress> <BankCode>string</BankCode> <BankHeadOfficeInfo>string</BankHeadOfficeInfo> <BankInfo>string</BankInfo> <BankHeadOfficeInfoRussian>string</BankHeadOfficeInfoRussian> <BankInfoRussian>string</BankInfoRussian> <RateCalculationID>string</RateCalculationID> <RatesCount>int</RatesCount> <Rates> <UWCFSMoneyTransferRate> <CurrencyCode>string</CurrencyCode> <RateBuy>decimal</RateBuy> <RateSell>decimal</RateSell> </UWCFSMoneyTransferRate> <UWCFSMoneyTransferRate> <CurrencyCode>string</CurrencyCode> <RateBuy>decimal</RateBuy> <RateSell>decimal</RateSell> </UWCFSMoneyTransferRate> </Rates> <TransactionAmountInNat>decimal</TransactionAmountInNat> <DiscountError>string</DiscountError> </GetComissionResult> </GetComissionResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /UWCFSMoneyTransfer.asmx HTTP/1.1 Host: api.moneypolo.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetComission xmlns="https://api.uwcfs.com/secure_service/UWCFSMoneyTransfer.asmx"> <request> <BankID>unsignedInt</BankID> <ComissionIncluded>unsignedShort</ComissionIncluded> <CurrencyCode>string</CurrencyCode> <Amount>decimal</Amount> <UserID>unsignedInt</UserID> <Discount>string</Discount> <Agent>string</Agent> <AutoProcess>string</AutoProcess> <PayoutInNatCurrency>string</PayoutInNatCurrency> <PayoutTypeCode>string</PayoutTypeCode> <CardNumber>string</CardNumber> </request> <sign> <MerchantCode>string</MerchantCode> <Sign>string</Sign> </sign> </GetComission> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetComissionResponse xmlns="https://api.uwcfs.com/secure_service/UWCFSMoneyTransfer.asmx"> <GetComissionResult> <TransactionAmount>decimal</TransactionAmount> <TransactionFee>decimal</TransactionFee> <TransactionFeeOriginal>decimal</TransactionFeeOriginal> <TransactionFeePS>decimal</TransactionFeePS> <BankName>string</BankName> <BankAddress>string</BankAddress> <BankCode>string</BankCode> <BankHeadOfficeInfo>string</BankHeadOfficeInfo> <BankInfo>string</BankInfo> <BankHeadOfficeInfoRussian>string</BankHeadOfficeInfoRussian> <BankInfoRussian>string</BankInfoRussian> <RateCalculationID>string</RateCalculationID> <RatesCount>int</RatesCount> <Rates> <UWCFSMoneyTransferRate> <CurrencyCode>string</CurrencyCode> <RateBuy>decimal</RateBuy> <RateSell>decimal</RateSell> </UWCFSMoneyTransferRate> <UWCFSMoneyTransferRate> <CurrencyCode>string</CurrencyCode> <RateBuy>decimal</RateBuy> <RateSell>decimal</RateSell> </UWCFSMoneyTransferRate> </Rates> <TransactionAmountInNat>decimal</TransactionAmountInNat> <DiscountError>string</DiscountError> </GetComissionResult> </GetComissionResponse> </soap12:Body> </soap12:Envelope>