Authorize Response

Velocity Apple Pay API Integration Guide

This page contains information on an authorize payment response using Apple Pay. The Velocity server sends the response informing if the transaction authorization was a success or a failure. The following example shows that a payment request was authorized successfully:

<?xml version="1.0" encoding="UTF-8"?>
<root>
<status code="2000">Payment authorized</status>
</root>

The Authorize Response parameters are listed in the table below.

ParameterTypeMandatoryDescription
StatusStringYesDescribes the status code.
CodeIntegerYesStatus code for the authorizing processes.