{ 

    "payableReferenceId": "{{$guid}}", 
    "recordNumber": "{{recordNumberUC1}}", 
    "netTotal": 30, 
    "isoCurrencyCode": "USD", 
    "payableTerms": "NET30", 
    "payableDueDate": "{{1month}}", 
    "payableEffectiveDate": "{{today}}", 
    "payableApprovalStatus": "2", 
    "memo": "Invoice for goods and services", 
    "remittance": { 
        "grossTotal": 30.00, 
        "grossDiscount": 0.00, 
        "tax": 0.00, 
        "lineItems": [
                "unitPrice":0.01,
                "lineItemTotal":0.11,
                "discount":0.0,
                "quantity":11,
                "lineNumber":1,
                "item":"1906-S",
                "description":"ATHENS Mobile Pedestal",
                "memo":""
        ] 
    }, 
    "payees": [ 
        { 
            "partyReferenceId": "{{$guid}}", 
            "firstName": "Michael", 
            "middleName": "", 
            "lastName": "Scott", 
            "businessName": "Hey", 
            "isBusiness": true, 
            "identifiers": [ 
                { 
                    "identificationType": "US_TIN", 
                    "identificationNumber": "865778123" 
                } 
            ], 
            "dateOfBirth": "1990-01-01", 
            "emailAddress": "{{email}}", 
            "phoneNumber": "6465386464", 
            "smartExchange": { 
                "isEndorseOnly": false, 
                "isPrimary": true, 
                "amount": 10, 
                "securityQuestions": [ 
                    { 
                        "languageCode": "en-US", 
                        "question": "Who are the NHL Champions?", 
                        "answer": "Panthers" 
                    } 
                ], 
                "tokenDeliveryMethods": { 
                    "emailAddress": "{{email}}" 
                } 
            }, 
            "address": { 
                "addressLine1": "0907 Alba Freeway", 
                "addressLine2": "Sunny Drive", 
                "addressLine3": "10 B", 
                "townName": "Dallas", 
                "country": "USA", 
                "countrySubDivision": "TX", 
                "postCode": "75247" 
            } 
        } 
    ], 
    "paymentInfo": { 
        "originationAccountReferenceId": "{{MockB}}", 
        "destinationFinancialInformation": { 
            "isoCurrencyCode": "USD", 
            "bankAccountDetails": {}, 
            "paypalDetails": {}, 
            "cardDetails": {}, 
            "methodOfPayment": "8", 
            "foreignExchangeInfo": { 
                "originationIsoCurrencyCode": "USD", 
                "destinationIsoCurrencyCode": "USD" 
            } 
        }, 
        "smartExchangeDetails": { 
            "languagePacks": [ 
                { 
                    "languageCode": "en-US", 
                    "isdefault": true, 
                    "paymentTypeText": "payment", 
                    "welcomeMessage": "Welcome,",
                    "learnMoreHeader":"LearnMoreHeader",
                    "learnMoreMessage":"ACME is enhancing the way they will be paying you. ",
                    "securityQuestionsMessage":"SecurityQMessage",
                    "documentsHeaderText": "Documents for invoice", 
                    "documentMessage": "Please review and approve the content of the documents below:",
                    "disputeHeader":"DisputeHeader",
                    "disputeMessage":"DisputeMessage",
                    "signatureHeader":"Please provide your signature below",
                    "messageHeader":"MessageHeader",
                    "mesageText":"MessageTex",
                    "expirationHeader":"ExpHeader",
                    "expirationMessage":"ExpMessage",
                    "contactHeader":"COntactHeader",
                    "contactMessage":"COntactMessage",
                    "contactEmailAddress": "Transcard@Transcard.com", 
                    "contactPhoneNumber": "123456", 
                } 
            ], 
            "signatureRequired": true, 
            "expirationDate": "{{1month}}", 
            "behaviors": [ 
                "ACH", 
                "RTP", 
                "QuickPay" 
            ] 
        }, 
        "documents": [ 
            { 
                "name": "Adjuster Report.pdf", 
                "description": "Adjuster Report", 
                "contentByteArray": "" 
            }, 
        ] 
    } 
}