- Create a compliance screening report
Retrieve customers
Create a customer
Retrieve a customer
Upsert a customer
Merge and delete a customer
Retrieve a customer's lead source
Create a customer's lead source
Delete a customer's lead source
Retrieve customer credit balance
Retrieve a customer's lifetime summary metrics
Customer created
Customer merged
Customer one-time-password requested
Customer tax number validated
Customer updated
Experian check performed
Lead source changed
Create a compliance scree...
Creates a compliance screening report that includes Know Your Customer (KYC) and Anti-Money Laundering (AML) results for a customer. The report is stored as a PDF customer attachment. Requires the KYC and AML products to be enabled for the organization.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/customers/{id}/compliance-screening-report
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/customers/{id}/compliance-screening-report
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/customers/{id}/compliance-screening-report
- SecretApiKey
- JWT
curl -i -X POST \
'https://www.rebilly.com/_mock/catalog/all/customers/{id}/compliance-screening-report' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Compliance screening report generated.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
ID of the linked file object.
Example:"file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N"
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "att_0YV7J787J0DW0918MQQMDHWA7M", "fileId": "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N", "relatedType": "customer", "relatedId": "string", "name": "string", "description": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ], "_embedded": { "file": {} } }