Get Payment Instructions

Returns instructions on how to pay for a Convera order

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
           xmlns:tns="http://api.globalpay.convera.com" targetNamespace="http://api.globalpay.convera.com"
           elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1">
	<xs:include schemaLocation="common.xsd"/>
	<xs:element name="paymentInstructionRequest" type="tns:PaymentInstructionRequestType"/>
	<xs:complexType name="PaymentInstructionRequestType">
		<xs:complexContent>
			<xs:extension base="tns:AbstractInputType">
				<xs:sequence>
					<xs:element name="dealReference" type="xs:string"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

<paymentInstructionRequest xmlns="http://api.globalpay.convera.com">
    <dealReference>REF123456789</dealReference>
</paymentInstructionRequest>
<paymentInstructionResponse xmlns="http://api.globalpay.convera.com">
    <status success="true"></status>
</paymentInstructionResponse>
Language
URL