PaymentActivity

Uses the Component:ActivityType

To communicate all of the activities during a sales lead or a final sale.

Fields and Components

Table 6.50. Fields and Components

Name Description Occurrence Type Data Type User Notes
MerchantReferenceCode

Merchant reference code.

0..1Field oag:CodeType  
RequestID

The request identificaton.

0..1Field oag:TextType  
Decision

The decision taken on the activity.

0..1Field oag:TextType  
ReasonCode

Reason code.

0..1Field oag:CodeType  
PaymentTotals

Payment Totals.

0..*Field PriceABIEType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.57. PaymentActivity

<PaymentActivity>
     <MerchantReferenceCode>......</MerchantReferenceCode>     [0..1]
     <RequestID>......</RequestID>     [0..1]
     <Decision>......</Decision>     [0..1]
     <ReasonCode>......</ReasonCode>     [0..1]
     <PaymentTotals>......</PaymentTotals>     [0..*]
</PaymentActivity>