<?xml version="1.0" encoding="UTF-8"?>
<endpoints>
	<wsdl min-version="2.00" max-version="53.0">
		<environment name="live">
			<port name="PayPalAPI">https://api.paypal.com/2.0/</port>
			<port name="PayPalAPIAA">https://api-aa.paypal.com/2.0/</port>
			<port name="PayPalAPI" threetoken="true">https://api-3t.paypal.com/2.0/</port>
			<port name="PayPalAPIAA" threetoken="true">https://api-aa-3t.paypal.com/2.0/</port>
		</environment>
		<environment name="sandbox">
			<port name="PayPalAPI">https://api.sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPIAA">https://api-aa.sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPI" threetoken="true">https://api.sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPIAA" threetoken="true">https://api-aa.sandbox.paypal.com/2.0/</port>
		</environment>
		<environment name="beta-sandbox">
			<port name="PayPalAPI">https://api.beta-sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPIAA">https://api-aa.beta-sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPI" threetoken="true">https://api.beta-sandbox.paypal.com/2.0/</port>
			<port name="PayPalAPIAA" threetoken="true">https://api-aa.beta-sandbox.paypal.com/2.0/</port>
		</environment>
    </wsdl>
</endpoints>