This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
v0.0.6
What's Changed
New: Added onchain_url
field to the created invoices. Now the API returns this new URL on each invoice once created. The on-chain URL is a deep-link to optionally present it to your users.
The deep-link follows each blockchain standard, examples:
ton://transfer/EQC1d9c3e5nMmZ4ZWFecv9k6gJl3RA_93TLWRf_1shkCSByC?amount=1000000000&text=U5I8K0N4JU
Or in the Hive/HBD case:
https://hivesigner.com/sign/transfer?to=telepay&amount=1 HIVE&memo=U5I8K0N4JU
You can choose to send your users to the checkout_url or the onchain_url, as you wish. TelePay will serve the hosted checkout experience in the first case, and will monitor incoming transactions to provided wallets in both cases.
Note: the library has been tested in production and it's ready to use.
Full Changelog: v0.0.5...v0.0.6