Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
The Zalance SDK demonstrates how to work with the Zalance payment system in your game. It supports API calls for retrieving catalog prices, creating checkouts, and checkout status. It also provides UI controls for stores and checkout pages.
Zalance Addon for Godot 4
A free addon for Godot to interact with the Zalance API
This Godot addon enables communication between the Zalance API and your game. It works seamlessly with the Zalance addon for game monetization.
Features
- Get prices from your game catalog
- Create checkout sessions and handle payments
- Premade UI controls for stores, product details, and buy screens
- Asynchronous calls for data retrieval
Installation
The Zalance addon can be added through either the Godot asset store, Github, or downloaded directly from the Zalance downloads page.
Downloads
The Zalance addon is available for download along with a simple project example.
Name | Download Link |
---|---|
Zalance API Addon | https://zalance.net/downloads |
Github | https://github.com/ZalanceInc/zalance-godot-sdk |
Documentation
For the complete documentation that also has a tutorial and helpful examples, please visit the Godot addon documentation
Supported API Calls:
Get Prices
Get a list of prices. Use this to display products within your game store or website. Item data includes price, image, description, and other metadata to sell items in a game store.
Checkout
Create a checkout session. Use this to begin the purchase process and create a payment checkout screen.
Checkout Status
Get the status of a checkout session.
Publisher
Zalance Inc.
License
MIT
Free Software! All our base are belong to you.
The Zalance SDK demonstrates how to work with the Zalance payment system in your game. It supports API calls for retrieving catalog prices, creating checkouts, and checkout status. It also provides UI controls for stores and checkout pages.
Reviews
Quick Information
The Zalance SDK demonstrates how to work with the Zalance payment system in your game. It supports API calls for retrieving catalog prices, creating checkouts, and checkout status. It also provides UI controls for stores and checkout pages.