AuthorizeInstantPaymentsCreditSend
- Method
- Example Request
- Example Response
AuthorizeInstantPaymentsCreditSend(AuthorizeInstantPaymentsCreditSendRequest)
This operation will create a real time, irrevocable credit to a customer’s checking or savings account.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| AuthorizeInstantPaymentsCreditSendRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| AuthorizeInstantPaymentsCreditSendResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:pv="https://ssl.selectpayment.com/PV">
<soapenv:Header>
<pv:SecurityHeader>
<pv:BinarySecurityToken>your security token here</pv:BinarySecurityToken>
</pv:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<pv:AuthorizeInstantPaymentsCreditSend>
<pv:transaction>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="false"/>
<pv:EntityId>123456</pv:EntityId>
<pv:LocationId>102030</pv:LocationId>
<pv:IsBusinessPayment>False</pv:IsBusinessPayment>
<pv:Amount>18.00</pv:Amount>
<pv:TerminalNumber>__WebService</pv:TerminalNumber>
<pv:TransactionNumber>111</pv:TransactionNumber>
<pv:RoutingNumber>111111111</pv:RoutingNumber>
<pv:AccountNumber>100000000111</pv:AccountNumber>
<pv:NameOnAccount>James</pv:NameOnAccount>
<pv:Description>RTP credit send</pv:Description>
<pv:Field1>Field 1</pv:Field1>
<pv:Field2>field 2</pv:Field2>
<pv:Field3>field 3</pv:Field3>
<pv:ClientIpAddress>111.111.1.1</pv:ClientIpAddress>
</pv:transaction>
</pv:AuthorizeInstantPaymentsCreditSend>
</soapenv:Body>
</soapenv:Envelope>
<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>
<AuthorizeInstantPaymentsCreditSend>
<MethodParameters>
<WSResponseMessage>
<ReferenceNumber>T:1234567890</ReferenceNumber>
<Success>True</Success>
<Error>False</Error>
<ResponseCode>Success</ResponseCode>
<ActualDate>6/6/2025 4:41:24 PM</ActualDate>
<ResponseMessage isNull="false"/>
<OriginatedAs>Instant_Payments</OriginatedAs>
</WSResponseMessage>
</MethodParameters>
</AuthorizeInstantPaymentsCreditSend>
</soap:Body>
</soap:Envelope>