Reconciliation
Upload data
Upload external data for reconciliation with the Go SDK.
POST
Upload data
Use
client.Reconciliation.Upload to upload external statement data.
Call the method
client.Reconciliation.Upload
| Field | Type | Description |
|---|---|---|
source | string | Label describing where the data came from, for example stripe. |
file | io.Reader | Open file or other readable source containing the external records. |
fileName | string | Filename sent to Core, typically file.Name(). |
Save the upload ID
Use
uploadResp.UploadID as the UploadID when you start reconciliation.Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Upload external records
HTTP request and response schema.