REQUEST | RESPONSE |
---|---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:c1="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <soapenv:Header/> <soapenv:Body> <c1:C1-ThirdPartyAutoPaySetup> <c1:head> <c1:action>C1AD</c1:action> <c1:accountId>2593741614</c1:accountId> </c1:head> <c1:autoPayInformation> <c1:input> <c1:startDate>2018-02-01</c1:startDate> <c1:endDate></c1:endDate> <c1:paymentType>CREDITCARD</c1:paymentType> <c1:cardType>C1MC</c1:cardType> <c1:externalAccountId>12345678</c1:externalAccountId> <c1:expMonth></c1:expMonth> <c1:expYear></c1:expYear> <c1:name>Robert Fournier</c1:name> <c1:bankRoutingNumber></c1:bankRoutingNumber> <c1:maxWithdrawAmount></c1:maxWithdrawAmount> | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <wsse:Security SOAP-ENV:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsu:Created>2018-02-01T11:04:33Z</wsu:Created> <wsu:Expires>2018-02-01T11:05:33Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </SOAP-ENV:Header> <SOAP-ENV:Body> <ouaf:C1-ThirdPartyAutoPaySetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ouaf="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <ouaf:head> <ouaf:action>C1AD</ouaf:action> <ouaf:accountId>2593741614</ouaf:accountId> </ouaf:head> <ouaf:autoPayInformation> <ouaf:input> <ouaf:startDate>2018-02-01</ouaf:startDate> <ouaf:endDate/> |
REQUEST | RESPONSE |
---|---|
<c1:externalReferenceNumber></c1:externalReferenceNumber> <c1:customInput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> <c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> <c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customInput> </c1:input> <c1:inputOutput> <c1:autoPayId></c1:autoPayId> </c1:inputOutput> <c1:output> <c1:customOutput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> <c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> <c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customOutput> | <ouaf:paymentType>CREDITCARD</ouaf:paymentType> <ouaf:cardType>C1MC</ouaf:cardType> <ouaf:externalAccountId>12345678</ouaf:externalAccountId> <ouaf:expMonth/> <ouaf:expYear/> <ouaf:name>Robert Fournier</ouaf:name> <ouaf:bankRoutingNumber/> <ouaf:maxWithdrawAmount/> <ouaf:externalReferenceNumber/> <ouaf:customInput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customInput> </ouaf:input> <ouaf:inputOutput> <ouaf:autoPayId>2595338514</ouaf:autoPayId> </ouaf:inputOutput> <ouaf:output> <ouaf:customOutput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> |
REQUEST | RESPONSE |
---|---|
</c1:output> </c1:autoPayInformation> <c1:errorInformation> <c1:isInError>false</c1:isInError> <c1:errorReference> <c1:category></c1:category> <c1:number></c1:number> </c1:errorReference> <c1:errorMessage></c1:errorMessage> </c1:errorInformation> </c1:C1-ThirdPartyAutoPaySetup> </soapenv:Body> </soapenv:Envelope> | <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customOutput> </ouaf:output> </ouaf:autoPayInformation> <ouaf:errorInformation> <ouaf:isInError>false</ouaf:isInError> <ouaf:errorReference> <ouaf:category xsi:nil="true"/> <ouaf:number xsi:nil="true"/> </ouaf:errorReference> <ouaf:errorMessage/> </ouaf:errorInformation> </ouaf:C1-ThirdPartyAutoPaySetup> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
REQUEST | RESPONSE |
---|---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:c1="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <soapenv:Header/> <soapenv:Body> <c1:C1-ThirdPartyAutoPaySetup> <c1:head> <c1:action>C1UP</c1:action> <c1:accountId>2812980137</c1:accountId> </c1:head> <c1:autoPayInformation> <c1:input> | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <wsse:Security SOAP-ENV:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsu:Created>2018-02-01T11:11:18Z</wsu:Created> |
REQUEST | RESPONSE |
---|---|
<c1:startDate>2018-02-10</c1:startDate> <c1:endDate></c1:endDate> <c1:paymentType>CREDITCARD</c1:paymentType> <c1:cardType>C1MC</c1:cardType> <c1:externalAccountId>987654321</c1:externalAccountId> <c1:expMonth></c1:expMonth> <c1:expYear></c1:expYear> <c1:name>Ravi,Ternate</c1:name> <c1:bankRoutingNumber></c1:bankRoutingNumber> <c1:maxWithdrawAmount></c1:maxWithdrawAmount> <c1:externalReferenceNumber></c1:externalReferenceNumber> <c1:customInput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> <c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> <c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customInput> </c1:input> <c1:inputOutput> <c1:autoPayId>2814923961</c1:autoPayId> </c1:inputOutput> <c1:output> <c1:customOutput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> | <wsu:Expires>2018-02-01T11:12:18Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </SOAP-ENV:Header> <SOAP-ENV:Body> <ouaf:C1-ThirdPartyAutoPaySetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ouaf="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <ouaf:head> <ouaf:action>C1UP</ouaf:action> <ouaf:accountId>2812980137</ouaf:accountId> </ouaf:head> <ouaf:autoPayInformation> <ouaf:input> <ouaf:startDate>2018-02-10</ouaf:startDate> <ouaf:endDate/> <ouaf:paymentType>CREDITCARD</ouaf:paymentType> <ouaf:cardType>C1MC</ouaf:cardType> <ouaf:externalAccountId>987654321</ouaf:externalAccountId> <ouaf:expMonth/> <ouaf:expYear/> <ouaf:name>Ravi,Ternate</ouaf:name> <ouaf:bankRoutingNumber/> <ouaf:maxWithdrawAmount/> <ouaf:externalReferenceNumber/> <ouaf:customInput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> |
REQUEST | RESPONSE |
---|---|
<c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> <c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customOutput> </c1:output> </c1:autoPayInformation> <c1:errorInformation> <c1:isInError>false</c1:isInError> <c1:errorReference> <c1:category></c1:category> <c1:number></c1:number> </c1:errorReference> <c1:errorMessage></c1:errorMessage> </c1:errorInformation> </c1:C1-ThirdPartyAutoPaySetup> </soapenv:Body> </soapenv:Envelope> | <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customInput> </ouaf:input> <ouaf:inputOutput> <ouaf:autoPayId>2815522663</ouaf:autoPayId> </ouaf:inputOutput> <ouaf:output> <ouaf:customOutput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customOutput> </ouaf:output> </ouaf:autoPayInformation> <ouaf:errorInformation> <ouaf:isInError>false</ouaf:isInError> <ouaf:errorReference> <ouaf:category xsi:nil="true"/> <ouaf:number xsi:nil="true"/> </ouaf:errorReference> <ouaf:errorMessage/> </ouaf:errorInformation> </ouaf:C1-ThirdPartyAutoPaySetup> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
REQUEST | RESPONSE |
---|---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:c1="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <soapenv:Header/> <soapenv:Body> <c1:C1-ThirdPartyAutoPaySetup> <c1:head> <c1:action>C1CN</c1:action> <c1:accountId>2593741614</c1:accountId> </c1:head> <c1:autoPayInformation> <c1:input> <c1:startDate></c1:startDate> <c1:endDate>2018-02-03</c1:endDate> <c1:paymentType></c1:paymentType> <c1:cardType></c1:cardType> <c1:externalAccountId></c1:externalAccountId> <c1:expMonth></c1:expMonth> <c1:expYear></c1:expYear> <c1:name></c1:name> <c1:bankRoutingNumber></c1:bankRoutingNumber> <c1:maxWithdrawAmount></c1:maxWithdrawAmount> <c1:externalReferenceNumber></c1:externalReferenceNumber> <c1:customInput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> <c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> <wsse:Security SOAP-ENV:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsu:Created>2018-02-01T11:30:54Z</wsu:Created> <wsu:Expires>2018-02-01T11:31:54Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </SOAP-ENV:Header> <SOAP-ENV:Body> <ouaf:C1-ThirdPartyAutoPaySetup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ouaf="http://ouaf.oracle.com/webservices/c1/C1-ThirdPartyAutoPaySetup"> <ouaf:head> <ouaf:action>C1CN</ouaf:action> <ouaf:accountId>2593741614</ouaf:accountId> </ouaf:head> <ouaf:autoPayInformation> <ouaf:input> <ouaf:startDate/> <ouaf:endDate>2018-02-03</ouaf:endDate> <ouaf:paymentType/> <ouaf:cardType/> <ouaf:externalAccountId/> <ouaf:expMonth/> <ouaf:expYear/> <ouaf:name/> <ouaf:bankRoutingNumber/> <ouaf:maxWithdrawAmount/> <ouaf:externalReferenceNumber/> <ouaf:customInput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> |
REQUEST | RESPONSE |
---|---|
<c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customInput> </c1:input> <c1:inputOutput> <c1:autoPayId>2595338514</c1:autoPayId> </c1:inputOutput> <c1:output> <c1:customOutput> <c1:field1> <c1:name></c1:name> <c1:value></c1:value> </c1:field1> <c1:field2> <c1:name></c1:name> <c1:value></c1:value> </c1:field2> <c1:field3> <c1:name></c1:name> <c1:value></c1:value> </c1:field3> <c1:field4> <c1:name></c1:name> <c1:value></c1:value> </c1:field4> <c1:field5> <c1:name></c1:name> <c1:value></c1:value> </c1:field5> </c1:customOutput> </c1:output> </c1:autoPayInformation> <c1:errorInformation> <c1:isInError>false</c1:isInError> <c1:errorReference> <c1:category></c1:category> <c1:number></c1:number> </c1:errorReference> <c1:errorMessage></c1:errorMessage> </c1:errorInformation> </c1:C1-ThirdPartyAutoPaySetup> </soapenv:Body> </soapenv:Envelope> | <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customInput> </ouaf:input> <ouaf:inputOutput> <ouaf:autoPayId>2595338514</ouaf:autoPayId> </ouaf:inputOutput> <ouaf:output> <ouaf:customOutput> <ouaf:field1> <ouaf:name/> <ouaf:value/> </ouaf:field1> <ouaf:field2> <ouaf:name/> <ouaf:value/> </ouaf:field2> <ouaf:field3> <ouaf:name/> <ouaf:value/> </ouaf:field3> <ouaf:field4> <ouaf:name/> <ouaf:value/> </ouaf:field4> <ouaf:field5> <ouaf:name/> <ouaf:value/> </ouaf:field5> </ouaf:customOutput> </ouaf:output> </ouaf:autoPayInformation> <ouaf:errorInformation> <ouaf:isInError>false</ouaf:isInError> <ouaf:errorReference> |
REQUEST | RESPONSE |
---|---|
<ouaf:category xsi:nil="true"/> <ouaf:number xsi:nil="true"/> </ouaf:errorReference> <ouaf:errorMessage/> </ouaf:errorInformation> </ouaf:C1-ThirdPartyAutoPaySetup> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |