Get Payment Instructions

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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>
Body Params

requestData

string
Headers
string
enum
Defaults to application/pdf

Generated from available response content types

Allowed:
string
enum
Defaults to application/xml

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/pdf
Convera Logo

© 2022 All Rights Reserved