Class InstantPaymentsCreditSendResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| ReferenceNumber | string | 20 | Reference number assigned to the transaction. |
| Success | bool | Possible responses are:
| |
| Error | bool | Possible responses are:
| |
| ResponseCode | enum of Type AuthResponseCode | Possible responses are:
| |
| ActualDate | DateTime | ||
| ResponseMessage | string | This field will provide supplemental information based on each response code listed above. | |
| OriginatedAs | enum of Type SettlementType | Possible responses are:
|
Examples
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<InstantPaymentsCreditSendResponse xmlns="https://ssl.selectpayment.com/PV">
<InstantPaymentsCreditSendResult>
<ReferenceNumber>T:06N6Y1R7A2L</ReferenceNumber>
<Success>true</Success>
<Error>false</Error>
<ResponseCode>Success</ResponseCode>
<ActualDate>2010-12-30T00:00:00.0000000-06:00</ActualDate>
<ResponseMessage/>
<OriginatedAs>Instant_Payments</OriginatedAs>
</InstantPaymentsCreditSendResult>
</InstantPaymentsCreditSendResponse>
</soap:Body>
</soap:Envelope>