Create an Application
Guide to creating your first application
Last updated
Was this helpful?
Guide to creating your first application
Last updated
Was this helpful?
Private Available to you and your sub accounts (if Agency tariff), moderation-free
Public Available to all users of the platform after moderation
To integrate with the Marketplace, you need to implement a separate application service that communicates with both the POS system and the Marketplace.
This service must expose several endpoints that the Marketplace will interact with.
Retrieve a bundle of app installation credentials using any one of them.
For example, on a service webhook or at the application service level, you may only have the merchant ID and need to obtain the service API token.
App static authorization token
Optional credential names to return. If not specified, all merchant credentials are returned.
Merchant credentials.
Perform an accrual action on a purchase.
A customer's phone number, email, or card serial number is required to find or register a loyalty card.
App static authorization token
Customer's phone.
Customer's email.
Customer's first name.
Customer's last name.
Customer's loyalty card serial number.
Unique transaction id.
Merchant credentials.
Revert a previously performed accrual action using the transaction ID.
App static authorization token
Unique transaction id.
Merchant credentials.
This method is used to retrieve an inventory tree (for example, a restaurant menu). The method is used during application installation and when inventory-based rules are triggered.
Merchant credentials.
Successful response