id | string <= 50 characters Unique resource ID. Defaults to UUID v4.
|
userId | string ID of the user who requested the organization data export.
|
fileId | string or null ID of the linked file object.
|
status | string Status of organization data export request.
Enum: "pending" "processing" "completed" "queued" "failed" "expired" |
| Array of objects (OrganizationExportResource) Organization data export resources array.
|
Array name | string Enum: | Description |
---|
customers | All customers of the organization.
| users | All users of the organization.
| payment-instruments | All payment instruments of the organization.
| invoices | All invoices of the organization.
| orders | All orders of the organization.
| transactions | All transactions of the organization.
| disputes | All disputes of the organization.
| gateway-accounts | All gateway accounts of the organization.
| blocklists | All blocklists of the organization.
| lists | All lists of the organization.
|
… 7 more | recordCount | integer Number of exported resources.
|
|
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created.
|
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated.
|
retentionTime | string or null <date-time> Date and time when retention ends.
After this date, files are removed.
|
| |
Array href | | rel | string Enum: "self" "user" "signedLink" |
|