Resources¶
The Yocuda Receipt API can only be accessed using HTTPS and standard protocols should be followed to ensure that the certificate for the API domain is valid.
The Yocuda Receipt API can be accessed using the following URLs:
Production: https://api.ereceipts.co.uk/
Staging: https://api.staging.ereceipts.co.uk/
Versions¶
Where multiple versions of a resource exists these will, in the tables below, be prefixed with a version number. The version number (without the v) can be used in the ereceipts-api-version
header to request a specific version of the resource. See Resource Versions for more information.
Receipts¶
Resource |
Description |
---|---|
|
Get a list of receipts. |
Search for receipts. |
|
Get a single receipt. |
|
Post a single receipt. |
|
Update a single receipt. |
|
Assign an identifier to a receipt. |
|
Send a receipt. |
Identifiers¶
Resource |
Description |
---|---|
Get a series of Identifiers ordered by latest update_timestamp as first item. |
|
Search for an identifier. |
|
Get meta-data associated with a consumer’s identifier. |
|
Get mobile wallet passes associated with a consumer’s identifier. |
|
Create a new consumer identifier. |
|
Associate meta-data with a consumer’s identifier. |
|
Validate an identifier (e.g. email addresses). |
Email¶
Resource |
Description |
---|---|
deprecated: use POST /receipts/_send instead |
Loyalty¶
Resource |
Description |
---|---|
Get a list of loyalty programs. |
|
Get a single loyalty program. |
|
Get a list of loyalty identifiers and their values. |
|
Get a single loyalty identifier and its value. |
|
Update a single loyalty identifier. |
|
Get a list of events associated with a loyalty identifier. |
|
Get a list of loyalty rewards. |
|
Get a single loyalty reward. |
|
Update a single loyalty reward. |
Cards¶
Resource |
Description |
---|---|
Verify a card against a verification code |
POS¶
Resource |
Description |
---|---|
Get a list of tills and their status. |
|
Post a pos data packet. |
|
Post a raw receipt. |
Widgets¶
Resource |
Description |
---|---|
Get an HTML widget. |
Stores¶
Resource |
Description |
---|---|
Get a list of all stores. |
|
Get a single store. |
|
Create a new store. |
|
Update a store. |
|
Delete a store. |
Client Credentials¶
Resource |
Description |
---|---|
Get a list of client credentials. |
|
Post a single client credential. |
|
Get a single client credential. |
|
Update a single client credential. |
Attachments¶
Resource |
Description |
---|---|
Create a new attachment. |
Retailer Portal Users¶
Resource |
Description |
---|---|
Get a list of portal users. |
|
Get a single portal user. |
|
Create or update a portal user. |
|
Update an existing portal user. |
|
Send a password reset email. |