Service


Click here for a complete list of operations.

fundtransferdirectcredit

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 /Service.asmx HTTP/1.1
Host: halalnip.realtech-ng.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://nip.halalmfb.com/fundtransferdirectcredit"

<?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 />
</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>
    <fundtransferdirectcreditResponse xmlns="http://nip.halalmfb.com/">
      <FTSingleCreditResponse>
        <OriginatorAccountName>string</OriginatorAccountName>
        <OriginatorBankVerificationNumber>string</OriginatorBankVerificationNumber>
        <OriginatorAccountNumber>string</OriginatorAccountNumber>
        <OriginatorKYCLevel>string</OriginatorKYCLevel>
      </FTSingleCreditResponse>
    </fundtransferdirectcreditResponse>
  </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 /Service.asmx HTTP/1.1
Host: halalnip.realtech-ng.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>
    <fundtransferdirectcredit xmlns="http://nip.halalmfb.com/">
      <SessionID>string</SessionID>
      <DestinationInstitutionCode>string</DestinationInstitutionCode>
      <ChannelCode>string</ChannelCode>
      <NameEnquiryRef>string</NameEnquiryRef>
      <OriginatorAccountNumber>string</OriginatorAccountNumber>
      <OriginatorAccountName>string</OriginatorAccountName>
      <OriginatorBankVerificationNumber>string</OriginatorBankVerificationNumber>
      <OriginatorKYCLevel>string</OriginatorKYCLevel>
      <BeneficiaryAccountNumber>string</BeneficiaryAccountNumber>
      <BeneficiaryAccountName>string</BeneficiaryAccountName>
      <BeneficiaryBankVerificationNumber>string</BeneficiaryBankVerificationNumber>
      <BeneficiaryKYCLevel>string</BeneficiaryKYCLevel>
      <TransactionLocation>string</TransactionLocation>
      <Narration>string</Narration>
      <PaymentReference>string</PaymentReference>
      <Amount>string</Amount>
      <TransactionFee>string</TransactionFee>
    </fundtransferdirectcredit>
  </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>
    <fundtransferdirectcreditResponse xmlns="http://nip.halalmfb.com/">
      <FTSingleCreditResponse>
        <OriginatorAccountName>string</OriginatorAccountName>
        <OriginatorBankVerificationNumber>string</OriginatorBankVerificationNumber>
        <OriginatorAccountNumber>string</OriginatorAccountNumber>
        <OriginatorKYCLevel>string</OriginatorKYCLevel>
      </FTSingleCreditResponse>
    </fundtransferdirectcreditResponse>
  </soap12:Body>
</soap12:Envelope>