eBay Post-Order APIVersion 2.7.7
 

ret:MoneyMovementDetailType

This type is used by the moneyMovementInfo container, which consists of detailed information on a monetary transaction.

Type that uses ret:MoneyMovementDetailType:

Calls that use ret:MoneyMovementDetailType:

Fields



actualAmount ( Amount ) [0..?]
This container shows the actual amount of the monetary transaction. The actualAmount field will only show up if the monetary transaction was confirmed to be successful (moneyMovementStatusType values shows as SUCCESS. Until then, the expected amount of the monetary transaction can be seen in the requestedAmount field.
See the Field Index to learn which calls use actualAmount.

creationDate ( DateTime ) [0..?]
The timestamp in this container indicates the date and time when the monetary transaction occurred.
See the Field Index to learn which calls use creationDate.

externalPaymentId ( string ) [0..?]
This string value is the unique ID of a monetary transaction that occurred outside of eBay's system.
See the Field Index to learn which calls use externalPaymentId.

moneyMovementType ( string ) [0..?]
This enumeration value indicates the type of monetary transaction that is either in the process of being executed or has already been executed.

The supported enumeration values representing monetary transactions are defined in the MoneyMovementTypeEnum type definition.
See the Field Index to learn which calls use moneyMovementType.

paymentProvider ( PaymentProviderEnum ) [0..?]
This enumeration value indicates the external payment system used for the monetary transaction. If returned, the value of this field should be UNKNOWN.
See the Field Index to learn which calls use paymentProvider.

requestedAmount ( Amount ) [0..?]
This container shows the monetary amount of the transaction.

This field is returned regardless of the value shown in the moneyMovementStatusType field. The actualAmount field displays only when the monetary transaction was confirmed to be successful (moneyMovementStatusType equals SUCCESS.
See the Field Index to learn which calls use requestedAmount.

status ( string ) [0..?]
This enumeration value indicates the success or failure of the monetary transaction.

The enumeration values that may be returned in this field are defined in the MoneyMovementStatusEnum type definition.
See the Field Index to learn which calls use status.