ParsedPromptPay
Defined in: parser.ts:73
Properties
Section titled “Properties”accountNo?
Section titled “accountNo?”
readonlyoptionalaccountNo?:string
Defined in: parser.ts:85
Account number. Present only when recipientType === 'bankAccount'.
bankCode?
Section titled “bankCode?”
readonlyoptionalbankCode?:string
Defined in: parser.ts:83
Bank code (3 digits). Present only when recipientType === 'bankAccount'.
readonlykind:"promptpay"
Defined in: parser.ts:74
readonlyoptionalota?:string
Defined in: parser.ts:87
One-Time Authorization code from sub-tag 05. Present only on OTA payloads.
recipient
Section titled “recipient”
readonlyrecipient:string
Defined in: parser.ts:81
Wire value for the recipient sub-tag. For bankAccount this is the
full bankCode + accountNo concatenation — split fields are exposed
separately below.
recipientType
Section titled “recipientType”
readonlyrecipientType:PromptPayRecipientType
Defined in: parser.ts:75