ParsedPromptPay
Defined in: payload/dist/parser.d.ts:20
Properties
Section titled “Properties”accountNo?
Section titled “accountNo?”
readonlyoptionalaccountNo?:string
Defined in: payload/dist/parser.d.ts:32
Account number. Present only when recipientType === 'bankAccount'.
bankCode?
Section titled “bankCode?”
readonlyoptionalbankCode?:string
Defined in: payload/dist/parser.d.ts:30
Bank code (3 digits). Present only when recipientType === 'bankAccount'.
readonlykind:"promptpay"
Defined in: payload/dist/parser.d.ts:21
readonlyoptionalota?:string
Defined in: payload/dist/parser.d.ts:34
One-Time Authorization code from sub-tag 05. Present only on OTA payloads.
recipient
Section titled “recipient”
readonlyrecipient:string
Defined in: payload/dist/parser.d.ts:28
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: payload/dist/parser.d.ts:22