PaymentAuthorization
Specifies the authorization information that was passed back from the 3rd party
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PaymentAuthorizationType
Properties: Global, Qualified, ID: oagis-id-29e76670ad67419c86fb4ba7b63a2bac
Content
- Sequence [1..1]
- ResponseCode [0..1] The response code of the payment authorization (for either credit cards or EFT).
- AuthorizationDate [0..1] The date and time of the payment authorization.
- Amount [0..1] The monetary value of the object in which the amount is associated
- ReferenceOrderNumberID [0..1] The unique number assigned to the authorization transaction in the back office. This number must be re-used when placing the order for reference purposes.
- RevenueSourceID [0..1] The revenue source to be used in the payment authorization. In some instance this field indicates the division.
- RemittanceBankID [0..1] Identifies the Bank in which the PaymentAuthorization needs is to send the money.
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type AuthorizationABIETypefrom type PaymentAuthorizationABIEType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type CardBaseType
- Type CreditCardBaseType via extension of CardBaseType
- Type CreditCardType via extension of CardBaseType (Element CreditCard)
- Type FinancingBaseType
- Type FinancingType via extension of FinancingBaseType (Element Financing)
Sample instance
<PaymentAuthorization> <ID/> <IDSet> <ID/> </IDSet> <ResponseCode>normalizedString</ResponseCode> <AuthorizationDate></AuthorizationDate> <Amount/> <ReferenceOrderNumberID>normalizedString</ReferenceOrderNumberID> <RevenueSourceID>normalizedString</RevenueSourceID> <RemittanceBankID>normalizedString</RemittanceBankID> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </PaymentAuthorization>