<?xml version="1.0" encoding="UTF-8"?>
<!--
     Electronic Court Filing Version 5.01
     Committee Specification Draft 01
     23 May 2022
     Copyright (c) OASIS Open 2022. All Rights Reserved.
     Source: https://docs.oasis-open.org/legalxml-courtfiling/ecf/v5.01/csd01/examples/
     Latest version of narrative specification: https://docs.oasis-open.org/legalxml-courtfiling/ecf/v5.01/ecf-v5.01.html
     TC IPR Statement: https://www.oasis-open.org/committees/legalxml-courtfiling/ipr.php
-->
<!--Sample XML file generated by XMLSpy v2017 sp2 (x64) (http://www.altova.com)-->
<payment:PaymentMessage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:nc="http://release.niem.gov/niem/niem-core/4.0/" xmlns:ecf="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.01/ecf" xmlns:payment="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.01/payment" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xsi:schemaLocation="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.01/payment ../schema/payment.xsd">
	<cac:Address>
		<cbc:CityName>Springfield</cbc:CityName>
		<cbc:PostalZone>99999</cbc:PostalZone>
		<cbc:CountrySubentityCode>IL</cbc:CountrySubentityCode>
		<cac:AddressLine>
			<cbc:Line>100 Main st.</cbc:Line>
		</cac:AddressLine>
		<cac:Country>
			<cbc:IdentificationCode>US</cbc:IdentificationCode>
		</cac:Country>
	</cac:Address>
	<cac:AllowanceCharge>
		<cbc:ID>1</cbc:ID>
		<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
		<cbc:AllowanceChargeReasonCode>fee</cbc:AllowanceChargeReasonCode>
		<cbc:AllowanceChargeReason>court fee</cbc:AllowanceChargeReason>
		<cbc:MultiplierFactorNumeric>1</cbc:MultiplierFactorNumeric>
		<cbc:PrepaidIndicator>false</cbc:PrepaidIndicator>
		<cbc:SequenceNumeric>1</cbc:SequenceNumeric>
		<cbc:Amount currencyID="USD">100.00</cbc:Amount>
		<cbc:BaseAmount currencyID="USD">100.00</cbc:BaseAmount>
		<cbc:PerUnitAmount currencyID="USD">100.00</cbc:PerUnitAmount>
		<cac:PaymentMeans>
			<cbc:ID>1</cbc:ID>
			<cbc:PaymentMeansCode>credit</cbc:PaymentMeansCode>
			<cbc:PaymentDueDate>2017-08-13</cbc:PaymentDueDate>
			<cbc:PaymentID>1</cbc:PaymentID>
			<cac:CardAccount>
				<cbc:PrimaryAccountNumberID>5555-555-5555</cbc:PrimaryAccountNumberID>
				<cbc:NetworkID>55555</cbc:NetworkID>
				<cbc:CardTypeCode>visa</cbc:CardTypeCode>
				<cbc:ValidityStartDate>2016-08-13</cbc:ValidityStartDate>
				<cbc:ExpiryDate>2018-08-13</cbc:ExpiryDate>
				<cbc:CV2ID>5555</cbc:CV2ID>
				<cbc:CardChipCode>555555</cbc:CardChipCode>
				<cbc:ChipApplicationID>55555</cbc:ChipApplicationID>
				<cbc:HolderName>John Smith</cbc:HolderName>
			</cac:CardAccount>
		</cac:PaymentMeans>
	</cac:AllowanceCharge>
	<cac:PaymentMandate>
		<cbc:MaximumPaidAmount currencyID="USD">100.00</cbc:MaximumPaidAmount>
	</cac:PaymentMandate>
	<ecf:FeeExceptionReasonCode>String</ecf:FeeExceptionReasonCode>
	<ecf:FeeExceptionSupportingText>String</ecf:FeeExceptionSupportingText>
	<payment:CorrectedPaymentIndicator>false</payment:CorrectedPaymentIndicator>
	<payment:Payer>
		<nc:EntityPerson>
			<ecf:PersonAugmentation>
				<ecf:CaseParticipantRoleCode>Plaintiff</ecf:CaseParticipantRoleCode>
				<ecf:ParticipantID>
					<nc:IdentificationID>10</nc:IdentificationID>
				</ecf:ParticipantID>
			</ecf:PersonAugmentation>
		</nc:EntityPerson>
	</payment:Payer>
</payment:PaymentMessage>
