Applets
An applet is a discoverable container of functions and features that users can add to their wallets. It can hold Centrapay assets and loyalty programs, or be an externally-hosted web application.
Applet Model
Attributes
Create Applet experimental
This endpoint allows you to create an Applet .
Attributes
-
name
string required -
accountId
string required -
mediaUploadId
string
Errors
-
ACCOUNT_TYPE_INVALID
403 -
MEDIA_UPLOAD_INVALID
403
curl -X POST \ https://service.centrapay.com/api/appletss \ -H 'content-type: application/json' \ -H 'x-api-key: <TOKEN>' \ -d '{ "name": "Centrapay Cafe Applet", "mediaUploadId": "8aoMfscvtuewsuJzmzBzAs", "accountId": "Jaim1Cu1Q55uooxSens6yk"}'
{ "id": "WRhAxxWpTKb5U7pXyxQjjY", "name": "Centrapay Cafe", "mediaUploadId": "8aoMfscvtuewsuJzmzBzAs", "img": "https://media-upload.centrapay.com/image.png?jhbdsfau67ewejshb=487hsdjhbdgs743", "accountId": "Jaim1Cu1Q55uooxSens6yk", "createdAt": "2021-08-25T00:02:49.488Z", "createdBy": "crn::user:b657195e-dc2f-11ea-8566-e7710d592c99"}