CreditToBankAccount
- Method
- Example Request
- Example Response
CreditToBankAccount(CreditToBankAccountRequest)
This operation will create a credit to a customer’s checking or savings account.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| CreditToBankAccountRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| CreditToBankAccountResponse |
<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:CreditToBankAccount>
<pv:storeId>0</pv:storeId>
<pv:storeKey isNull="true" />
<pv:entityId>12345</pv:entityId>
<pv:locationId>102030</pv:locationId>
<pv:accountReferenceId>102</pv:accountReferenceId>
<pv:paymentOrigin>Signature_Original</pv:paymentOrigin>
<pv:notificationMethod>Email</pv:notificationMethod>
<pv:Amount>73.01</pv:Amount>
<pv:TaxAmount>0.00</pv:TaxAmount>
<pv:ShippingAmount>0</pv:ShippingAmount>
<pv:TransactionNumber>113</pv:TransactionNumber>
<pv:Description></pv:Description>
<pv:Field1>Overpayment</pv:Field1>
<pv:Field2></pv:Field2>
<pv:Field3></pv:Field3>
<pv:CheckNumber></pv:CheckNumber>
<pv:clientIP></pv:clientIP>
<pv:EffectiveDate>12/30/10</pv:EffectiveDate>
</pv:CreditToBankAccount>
</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>
<CreditToBankAccountResponse xmlns="https://ssl.selectpayment.com/PV">
<CreditToBankAccountResult>
<ReferenceNumber>T:91XBZ7R7D1S</ReferenceNumber>
<Success>true</Success>
<Error>false</Error>
<ResponseCode>Success</ResponseCode>
<ActualDate>2010-12-30T00:00:00.0000000-06:00</ActualDate>
<ResponseMessage/>
<OriginatedAs>ACH</OriginatedAs>
</CreditToBankAccountResult>
</CreditToBankAccountResponse>
</soap:Body>
</soap:Envelope>