Skip to content

Instantly share code, notes, and snippets.

@leoallen85
Created April 27, 2010 09:24
Show Gist options
  • Save leoallen85/380538 to your computer and use it in GitHub Desktop.
Save leoallen85/380538 to your computer and use it in GitHub Desktop.
<?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>
<payToBankAccount xmlns="http://merchantapi.envoyservices.com">
<auth>
<username>string</username>
<password>string</password>
</auth>
<requestReference>string</requestReference>
<paymentInstructions>
<paymentInstruction>
<paymentDetails>
<countryCode>string</countryCode>
<payee>string</payee>
<sourceCurrency>string</sourceCurrency>
<sourceAmount>double</sourceAmount>
<targetCurrency>string</targetCurrency>
<targetAmount>double</targetAmount>
<sourceOrTarget>string</sourceOrTarget>
<merchantReference>string</merchantReference>
<paymentReference>string</paymentReference>
<additionalInfo1>string</ additionalInfo1>
<additionalInfo2>string</ additionalInfo2>
<additionalInfo3>string</ additionalInfo3>
</paymentDetails>
<bankDetails>
<accountNumber>string</accountNumber>
<bankName>string</bankName>
<bankCode>string</bankCode>
<branchCode>string</branchCode>
<branchAddress>string</branchAddress>
<accountType>string</accountType>
<checkDigits>int</checkDigits>
<iban>string</iban>
<swift>string</swift>
</bankDetails>
</paymentInstruction>
</paymentInstructions>
</payToBankAccount>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment