Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Navigate to a transaction or coupon detail page.
transactionId
couponId
0
1000
1001
1002
my.call('transDetail', { transactionId: 'TXN_001', success: (res) => { my.alert({ content: 'success: ' + JSON.stringify(res) }); }, fail: (error) => { my.alert({ content: 'error: ' + JSON.stringify(error) }); } });