SDK:MakePaymentRequest

SDK:MakePaymentRequest

From Fishbowl Inventory

Jump to: navigation, search



Contents


[edit] Description

MakePaymentRequest requires the following information:

  • Payment


[edit] FBIXML

The schema defines the MakePaymentRequest as follows:

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xsd:complexType name="MakePaymentRqType">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Makes a payment.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element ref="Payment" minOccurs="1" maxOccurs="1" >
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The payment information.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType></xsd:schema>



[edit] Example

<MakePaymentRq xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Payment>
                <Amount>string</Amount>
                <SalesOrderNumber>string</SalesOrderNumber>
                <!--Element PaymentDate is optional-->
                <PaymentDate>0000-0-0T0:0:0+0:0</PaymentDate>
                <!--Element PaymentMethod is optional-->
                <PaymentMethod>string</PaymentMethod>
                <!--Element Reference is optional-->
                <Reference>string</Reference>
                <!--Element Confirmation is optional-->
                <Confirmation>string</Confirmation>
                <!--Element ExpirationDate is optional-->
                <ExpirationDate>0000-0-0T0:0:0+0:0</ExpirationDate>
                <!--Element DepositAccountName is optional-->
                <DepositAccountName>string</DepositAccountName>
                <!--Element TransactionID is optional-->
                <TransactionID>string</TransactionID>
                <!--Element AuthorizationCode is optional-->
                <AuthorizationCode>string</AuthorizationCode>
                <!--Element MerchantAccount is optional-->
                <MerchantAccount>string</MerchantAccount>
                <!--Element MiscCreditCard is optional-->
                <MiscCreditCard>string</MiscCreditCard>
            </Payment>
        </MakePaymentRq>





SDK | Objects | Requests
org_cir_arrow_lt.gif org_cir_arrow_rt.gif

Index