Simple Order Example: OCT Request

Request: Authorization Service for an OCT
<requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.115"> <merchantID>pa_oct_sg101_ccs</merchantID> <merchantReferenceCode>TC-23456$</merchantReferenceCode> <clientReferenceInformation> <requestID>6642672790803228323604</requestID> </clientReferenceInformation> <billTo> <firstName>rfirstName</firstName> <middleName>rmiddlename</middleName> <lastName>rlastname</lastName> <street1>test</street1> <street2>test</street2> <buildingNumber>test</buildingNumber> <city>test</city> <state>1</state> <postalCode>9440</postalCode> <country>US</country> <email>RecepientNameRecepientNameName</email> </billTo> <amountDetails> <totalAmount>0.01</totalAmount> <currency>USD</currency> </amountDetails> <card> <accountNumber>411111111111XXXX</accountNumber> <expirationMonth>12</expirationMonth> <expirationYear>2026</expirationYear> <cardType>001</cardType> </card> <processingInformation> <businessApplicationId>aa</businessApplicationId> <icsApplications>ics_oct</icsApplications> </processingInformation> <recipientInformation> <recipientName>RecepientNameRecepientNameName</recipientName> <recipientFirstName>rfirstName</recipientFirstName> <recipientMiddleName>rmiddlename</recipientMiddleName> <recipientLastName>rlastname</recipientLastName> <recipientAddress1>test</recipientAddress1> <recipientAddress2>test</recipientAddress2> <recipientBuildingNumber>test</recipientBuildingNumber> <recipientCity>test</recipientCity> <recipientCountry>US</recipientCountry> <recipientPostalCode>9440</recipientPostalCode> <recipientStreetName>test</recipientStreetName> <recipientState>1</recipientState> </recipientInformation> <senderInformation> <senderAccountNumber>1234</senderAccountNumber> <senderFundsSource>03</senderFundsSource> <senderAddress>abc</senderAddress> <senderCity>SenderCitySenderCitySende</senderCity> <senderCountry>Zim</senderCountry> <senderID>ms_user</senderID> <senderReferenceNumber>1</senderReferenceNumber> <senderState>AZ</senderState> </senderInformation> </requestMessage>
Response: Authorization Service for an OCT
<c:replyMessage xmlns:c="urn:schemas-cybersource-com:transaction-data-1.115"> <c:merchantReferenceCode>TC-23456$</c:merchantReferenceCode> <c:requestID>7465072232626783103812</c:requestID> <c:decision>ACCEPTED</c:decision> <c:reasonCode>100</c:reasonCode> <c:purchaseTotals> <c:currency>USD</c:currency> <c:grandTotalAmount>0.01</c:grandTotalAmount> </c:purchaseTotals> <c:ccAuthReply> <c:reasonCode>100</c:reasonCode> <c:amount>0.01</c:amount> <c:authorizationCode>888888</c:authorizationCode> <c:processorResponse>100</c:processorResponse> <c:reconciliationID>610954017ABE1KUI</c:reconciliationID> </c:ccAuthReply> <c:submitTimeUtc>2025-05-06T045343Z</c:submitTimeUtc> </c:replyMessage>