POST /prepaidCardsManagement.asmx HTTP/1.1
Host: testapi.stradacarte.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://api.prepaidcards.cloud/Card_CreateNew"
<?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>
<Card_CreateNew xmlns="https://api.prepaidcards.cloud/">
<ApiUserName>651ec3bdd9b944f1a97d55107c1ad76c</ApiUserName>
<ApiPassword>FgUtN8!nFbKr</ApiPassword>
<WalletID>2466</WalletID>
<CardIssuerBinID>87</CardIssuerBinID>
<FirstName>John</FirstName>
<LastName>Doe</LastName>
<AdrLine1>123 Main Street</AdrLine1>
<AdrLine2>Apartment 4B</AdrLine2>
<City>New York</City>
<State>New York</State>
<Country>840</Country>
<ZipCode>10001</ZipCode>
<PhoneNumber>+12025550123</PhoneNumber>
<SSN>123-45-6789</SSN>
<Custom1>john.doe@example.com</Custom1>
<Custom2>m</Custom2>
<Custom3>1985-06-15</Custom3>
<Custom4>Preferred Customer</Custom4>
<Custom5>Gold Membership</Custom5>
<AddFld1>Passport 987654321</AddFld1>
<AddFld2>Driver License XYZ1234</AddFld2>
<AddFld3>Employer ABC Corp</AddFld3>
<AddFld4>Annual Income 75000</AddFld4>
<AddFld5>Referral Code 123XYZ</AddFld5>
</Card_CreateNew>
</soap12:Body>
</soap12:Envelope>