Skip to content

The Payment Confirmation finalizes the Ratepay payment process.

Request Parameters

<head> Section

ParameterConditionRestriction
system-idMandatory
transaction-idMandatory
operationMandatoryPAYMENT_CONFIRM
credentialMandatory
externalOptional
metaOptional

The PAYMENT_CONFIRM request do not contain a <content> section.

XML Example

<?xml version="1.0" encoding="UTF-8"?>
<request version="1.0" xmlns="urn://www.ratepay.com/payment/1_0">
	<head>
		<system-id>MyTestsystem</system-id> 
		<transaction-id>xx-xxxxxxxxxxxxxx</transaction-id>
		<operation>PAYMENT_CONFIRM</operation>
		<credential>
			<profile-id>INTEGRATION_TE_DACH</profile-id>
			<securitycode>4c0a11923fa3433fb168f9c7176429e9</securitycode>
		</credential>
		<external>
			<order-id>O-1234-HDZ</order-id> 
		</external>
	</head>
</request>

Response Parameters

<head> Section

ParameterConditionEnumeration
system-idMandatory
transaction-idMandatory
operationMandatoryPAYMENT_CONFIRM
response-typeMandatory- success:
PAYMENT_PERMISSION
- failure:
STATUS_ERROR
externalOptional
processingMandatory

The PAYMENT_CONFIRM response do not contain a <content> section.