accountFundingTransactionData

The accountFundingTransactionData element is the parent of several child elements use to define the receiver of the account funding transaction.

You must include all receiver fields when submitting a Mastercard account funding transaction.

Parent Elements:

authorization, captureGivenAuth, credit, forceCapture, sale

 

Attributes:

None

 

Child Elements (all optional):

receiverFirstName, receiverLastName, receiverState, receiverCountry, receiverAccountNumberType, receiverAccountNumber, accountFundingTransactionType

Example: accountFundingTransactionData Structure

<accountFundingTransactionData>

  <receiverFirstName>John</receiverFirstName>

  <receiverLastName>Doe</receiverLastName>

  <receiverState>MA</receiverState>

  <receiverCountry>US</receiverCountry>

<receiverAccountNumberType>Enum Value</receiverAccountNumberType>

  <receiverAccountNumber>11223344556677</receiverAccountNumber>

<accountFundingTransactionType>Enum Value</accountFundingTransactionType>

</accountFundingTransactionData>