Synswi
    Synswi
    • Guides
      • Getting Started With the API
    • API Reference
      • Accounts
        • Onboarding forms
          • Create a Onboarding Form
        • Get profile
        • Create new profile
        • Register webhook
        • Get Accounts
      • Account Setting
        • Get account setting
        • Update account setting
      • Devices
        • Get Devices
      • Dispute
        • Get disputes
      • Payment instruments
        • Create a payment instrument
        • Get payment instruments
        • Get a payment instrument by id
        • Create a Payment Instrument
      • Transactions
        • Get a transaction by id
        • Get transactions
        • Create a transaction
        • Update a transaction
        • Refund a transaction
      • Fees
        • Get current fee profile
      • Settlements
        • get settlements
        • get settlement entries
      • Identity
        • Register an user
        • Login
        • Validate Token
        • Create an api key
        • List api keys
        • Get Users
      • Programs
        • Accounts
      • Permission
        • Verify user permissions
        • Get Account Users
        • List Accounts
      • Events
        • Get Events
    • Schemas
      • Additional Purchase Data

    Additional Purchase Data

    {
        "customerReferenceNumber": "string",
        "customsDutyAmount": 0,
        "discountAmount": 0,
        "salesTax": 0,
        "shippingAmount": 0,
        "taxExempt": true,
        "itemData": [
            {
                "amountExcludingSalesTax": 0,
                "commodityCode": "string",
                "costPerUnit": 0,
                "itemDescription": "string",
                "itemDiscountAmount": 0,
                "merchantProductCode": "string",
                "quantity": 0,
                "unitOfMeasure": "string"
            }
        ]
    }
    Built with