On This Page
Simple Order Example: OCT Request with Aggregators
Request: Authorization Service for an OCT with Aggregators
<requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.115"> <!-- START GENAI --> <requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.115"> <merchantReferenceCode>TC-23456$</merchantReferenceCode> <clientReferenceInformation> <requestID>6642672790803228323604</requestID> </clientReferenceInformation> <aggregatorInformation> <aggregatorCity>Bally</aggregatorCity> <aggregatorCountry>US</aggregatorCountry> <aggregatorPostalCode>560037</aggregatorPostalCode> <serviceProviderName>YourServiceProvider</serviceProviderName> <aggregatorState>CD</aggregatorState> <aggregatorStreetAddress>11 Elvine Street</aggregatorStreetAddress> </aggregatorInformation> <merchantInformation> <merchantID>pa_oct_sg101_ccs</merchantID> <merchantDescriptor> <merchantStreet>test</merchantStreet> <merchantState>CA</merchantState> </merchantDescriptor> </merchantInformation> <purchaseTotals> <currency>USD</currency> <grandTotalAmount>0.01</grandTotalAmount> </purchaseTotals> <card> <accountNumber>411111111111XXXX</accountNumber> <expirationMonth>12</expirationMonth> <expirationYear>2026</expirationYear> <cardType>001</cardType> </card> <processingInformation> <businessApplicationID>aa</businessApplicationID> <icsApplications>ics_oct</icsApplications> </processingInformation> <billTo> <name>RecepientNameRecepientNameName</name> <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> </billTo> <shipTo> <street1>abc</street1> <city>SenderCitySenderCitySende</city> <state>AZ</state> <country>Zim</country> </shipTo> <account> <accountNumber>1234</accountNumber> <fundsSource>03</fundsSource> </account> <senderInformation> <id>ms_user</id> <referenceNumber>1</referenceNumber> </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:replyMessage>