2. Go to the "nodes" tab.
3. Select the node you would like to generate the statement for.
4. Click the "Statements" tab within the node.
5. Click "Generate custom Statement".
6. Input the date range of the statement and the URL you want it sent to.
7. Grab and enter your webhook URL for you to receive the statements. (Here is a site you can use to generate a custom webhook URL: https://webhook.site/).
8. In the webhook body, it will have a link to a CSV of the statement (JSON also available).
{
"user_id": "5d138f28cf74d4006af79020",
"node_id": "5d1392281bca590ffb2b9e5b",
"date_start": 1559372400000,
"date_end": 1561618799999,
"client_id": "589acd9ecb3cd400fa75ac06",
"urls": {
"csv": "https://cdn.synapsepay.com/uploads/2019/06/26/Myv5EB0psjHRGVtaFLlqm7xwheuQr8K4CZIYoOTXdfzAcib913.csv",
"json": "https://cdn.synapsepay.com/uploads/2019/06/26/uYTS5Bs6lkNOrodV0ztvgFiPpfGya4Rbh9KHj0LEJ1cM8qUQWe.json"
}
}
9. Copy and paste the link into the address bar.
10. The file will download and you can view the file.
Comments
Article is closed for comments.