Signatures Endpoint
Overview
Methods | POST, GET |
---|---|
Filters | created_ts, modified_ts, resource, resource_id |
Expands | -- |
For GET requests:
- Filters can be used to search for Terminals by including the columns you want to filter on as URL parameters.
i.e./v2/signatures?field=value&field2=value2
Fields
Name | Type/Format | Length | Default | Comments |
---|---|---|---|---|
id | string | 36 | System Generated | ID |
resource_id | string | 36 | Resource ID - Id of the resource associated with the signature (i.e. Transaction id) | |
resource | string | Resource Name - Possible values are: AccountVault, Transaction, Recurring | ||
signature | string | Base64 encoded version of the image file | ||
created_ts | number | 10 | System Generated | Created Timestamp |
modified_ts | number | 10 | System Generated | Modified Timestamp |
Actions
Create Record
POST /v2/signatures
View Single Record
GET /v2/signatures/{id}
View Record List
GET /v2/signatures