Skip to content

buildTrueMoneySlipVerify

buildTrueMoneySlipVerify(input): string

Defined in: slip-verify.ts:142

Build a TrueMoney Slip Verify Mini-QR payload. Uses the same TLV envelope as the standard variant but with a different sub-tag layout and a lowercase hex CRC at tag 91.

TrueMoneySlipVerifyInput

string

buildTrueMoneySlipVerify({ eventType: 'P2P', transactionId: 'TXN0001234567', date: '25012024' })
// → '00480002010102010203P2P0313TXN00012345670408250120249104b425'