πCreate an Application
Guide to creating your first application
App Types
App Endpoints
Example app for marketplace
Marketplace API Documentation
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.
Successful response
Bad request
Authentication failed
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.
Successful response
Bad request
Authentication failed
Revert a previously performed accrual action using the transaction ID.
App static authorization token
Unique transaction id.
Successful response
Bad request
Authentication failed





Last updated