Monetization Node
The monetization node allows for implementing in-skill purchases. The monetization node in itself works similarly to a switch or condition node, with 4 output sockets. Success, already purchased, declined and error. The flow is routed through the corresponding socket when triggered.
Monetization Node | |
---|---|
Success | When a purchase successfully goes through. |
Purchased | When the user already owns the product. |
Declined | When the user explicitly declines to purchase the product. |
Error | When any kind of error is caught, such as a network error or a declined card. |