Returns an array containing all instances of customer agreements to the Solaris Terms and Conditions.
Compliance features (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/compliance/
Filter the results by the specific document that was agreed to (document_id
).
Filter the results by the customer who agreed to the Terms & Conditions (using their person_id
).
Filter the results by the business on whose behalf the authorized person or legal representative agreed to the Terms & Conditions (using its business_id
).
Filter the results by the product whose Terms & Conditions were agreed to.
Filter the results by the type of Terms & Conditions event.
Filter the results by the date and time when the Terms & Conditions event occurred. The [min]
parameter specifies the minimum date in the past when the event should have occurred (i.e., the oldest possible date to return).
Filter the results by the date and time when the Terms & Conditions event occurred. The [max]
parameter specifies the maximum date in the past when the event should have occurred (i.e., the latest possible date to return).
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/compliance/v1/terms_and_conditions_events
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Timestamp when the customer approved/rejected the Terms & Conditions document.
Timestamp when the Terms & Conditions event was created using the API.
The type of action that the customer took on the Terms & Conditions document.
ID of the person who approved/rejected the Terms & Conditions document.
ID of the business on whose behalf the authorized person or legal representative approved/rejected the Terms & Conditions document.
The name of the relevant product to which the Terms & Conditions document applies.
ID of the Terms & Conditions document that the customer approved/rejected.
Name of the Terms & Conditions document that the customer approved/rejected.
[ { "id": "2b5423a061514901a5a8791f2cb18266", "document_id": "3f31dd950cb6e2b28ac4b31d1b4bb321tcdc", "document_name": "Customer T&C on Data Processing", "event_timestamp": "2020-02-12T17:28:53Z", "created_at": "2020-02-12T17:28:53Z", "event_type": "APPROVED", "signed_by": "52054909a5d149b2a7430eee4ba6cc22", "signed_on_behalf_of": "52054909a5d149b2a7430eee4ba6cc22", "product_name": "DIGITAL_BANKING" } ]
- application/json
- application/x-www-form-urlencoded
A 36-character hex encoded UID that corresponds with the relevant document. Solaris will provide these IDs.
UTC timestamp of when the customer approved/rejected the document. Format: YYYY-MM-DDTHH:MM:SSS
The type of action that the customer took on the Terms & Conditions document.
The name of the relevant product to which the Terms & Conditions document applies.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/compliance/v1/terms_and_conditions_events
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "document_id": "3f31dd950cb6e2b28ac4b31d1b4bb321tcdc", "event_timestamp": "2020-02-12T17:28:53Z", "event_type": "APPROVED", "signed_by": "52054909a5d149b2a7430eee4ba6cc22", "signed_on_behalf_of": "ebf7d72aec7ab75006aa164b3e0af893cbiz", "product_name": "DIGITAL_BANKING" }
Successful operation
Timestamp when the customer approved/rejected the Terms & Conditions document.
Timestamp when the Terms & Conditions event was created using the API.
The type of action that the customer took on the Terms & Conditions document.
ID of the person who approved/rejected the Terms & Conditions document.
ID of the business on whose behalf the authorized person or legal representative approved/rejected the Terms & Conditions document.
The name of the relevant product to which the Terms & Conditions document applies.
ID of the Terms & Conditions document that the customer approved/rejected.
{ "id": "2b5423a061514901a5a8791f2cb18266", "document_id": "3f31dd950cb6e2b28ac4b31d1b4bb321tcdc", "document_name": "Customer T&C on Data Processing", "event_timestamp": "2020-02-12T17:28:53Z", "created_at": "2020-02-12T17:28:53Z", "event_type": "APPROVED", "signed_by": "52054909a5d149b2a7430eee4ba6cc22", "signed_on_behalf_of": "52054909a5d149b2a7430eee4ba6cc22", "product_name": "DIGITAL_BANKING" }