For all operations listed below you will need to provide HTTP Request Header Authorization param. For more details see Login/Auth page.

Customer Payments History Report

Route: /netsuite/customer_payment_history

Method: GET

Required query parameters:

customer_id - customer ID. (See customer section, for more details how to get customer IDs associated with your account)

Example result

{
    "entities": [
        {
            "created_at": "creation date",
            "balance": "amount",
            "pending": 0,
            "currency": "USD",
            "payment": "payment amount",
            "payment_date": "Date of Payment",
            "payment_method": ""
         {
            ...
         }
    "total": 123,
    "result": true
}