Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.taag.cc/llms.txt

Use this file to discover all available pages before exploring further.

Whenever there is an event after payment initialization, Taag needs an endpoint to redirect the user on the frontend: Redirect URL
If there is no redirect URL they will be redirected to:https://billing.taag.cc/callback

Statuses

This redirect URL you provided will receive status parameters, these are the ones you should pay attention to. Here are some examples of the possible statuses:
When the payment is successfully paid, this is what will be sent to the url you set:
https://example.com/callback?status=successful
When the payment is cancelled, this will be passed in the url:
https://example.com/callback?status=cancelled