On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/payments/developer/softwareexpress/so/payments/payments-processing-basic-intro/payments-processing-basic-credit-intro/payments-processing-basic-credit-ex-so.md)  
Filter  
FILTER BY TAG

Simple Order Example: Processing a Stand-Alone Credit {#payments-processing-basic-credit-ex-so}
===============================================================================================

Request

```keyword
&lt;requestMessage&gt;
    &lt;billTo&gt;
        &lt;firstName&gt;John&lt;/firstName&gt;
        &lt;lastName&gt;Doe&lt;/lastName&gt;
        &lt;street1&gt;1295 Charleston Road&lt;/street1&gt;
        &lt;city&gt;Mountain View&lt;/city&gt;
        &lt;state&gt;CA&lt;/state&gt;
        &lt;postalCode&gt;94043&lt;/postalCode&gt;
        &lt;country&gt;US&lt;/country&gt;
        &lt;email&gt;null@cybersource.com&lt;/email&gt;
    &lt;/billTo&gt;
    &lt;card&gt;
        &lt;accountNumber&gt;4111111111111111&lt;/accountNumber&gt;
        &lt;expirationMonth&gt;12&lt;/expirationMonth&gt;
        &lt;expirationYear&gt;2023&lt;/expirationYear&gt;
    &lt;/card&gt;
    &lt;merchantID&gt;lrsebctest&lt;/merchantID&gt;
    &lt;merchantReferenceCode&gt;Postman-1666381004&lt;/merchantReferenceCode&gt;
    &lt;purchaseTotals&gt;
        &lt;currency&gt;USD&lt;/currency&gt;
        &lt;grandTotalAmount&gt;1.01&lt;/grandTotalAmount&gt;
    &lt;/purchaseTotals&gt;
    &lt;ccCreditService run="true"/&gt;
&lt;/requestMessage&gt;
```

Response to a Successful Request

```
&lt;c:replyMessge&gt;
    &lt;c:merchantReferenceCode&gt;Postman-1666374834&lt;/c:merchantReferenceCode&gt;
    &lt;c:requestID&gt;6663748348516429203007&lt;/c:requestID&gt;
    &lt;c:decision&gt;ACCEPT&lt;/c:decision&gt;
    &lt;c:reasonCode&gt;100&lt;/c:reasonCode&gt;
    &lt;c:purchaseTotals&gt;
        &lt;c:currency&gt;USD&lt;/c:currency&gt;
    &lt;/c:purchaseTotals&gt;
    &lt;c:ccAuthReply&gt;
        &lt;c:reasonCode&gt;100&lt;/c:reasonCode&gt;
        &lt;c:amount&gt;1.01&lt;/c:amount&gt;
        &lt;c:authorizationCode&gt;888888&lt;/c:authorizationCode&gt;
        &lt;c:avsCode&gt;X&lt;/c:avsCode&gt;
        &lt;c:avsCodeRaw&gt;I1&lt;/c:avsCodeRaw&gt;
        &lt;c:authorizedDateTime&gt;2022-10-21T17:53:54Z&lt;/c:authorizedDateTime&gt;
        &lt;c:processorResponse&gt;100&lt;/c:processorResponse&gt;
        &lt;c:reconciliationID&gt;66737280B9CGUCCP&lt;/c:reconciliationID&gt;
        &lt;c:paymentNetworkTransactionID&gt;123456789619999&lt;/c:paymentNetworkTransactionID&gt;
    &lt;/c:ccAuthReply&gt;
    &lt;c:card&gt;
        &lt;c:cardType&gt;001&lt;/c:cardType&gt;
    &lt;/c:card&gt;
&lt;/c:replyMessge&gt;
```

RELATED TO THIS PAGE

