OrderKuota API - Interface: QrisTransaction

Yoru AKioYoru AKio
1 min read

orderkuota


orderkuota / QrisTransaction

Interface: QrisTransaction

Defined in: types.ts:51

QRIS transaction interface

Extends

Properties

amount

amount: number

Defined in: types.ts:39

Transaction amount in IDR

Inherited from

BaseTransaction.amount


date

date: string

Defined in: types.ts:41

Transaction date in ISO format

Inherited from

BaseTransaction.date


description?

optional description: string

Defined in: types.ts:45

Optional transaction description

Inherited from

BaseTransaction.description


id

id: string

Defined in: types.ts:37

Unique transaction ID

Inherited from

BaseTransaction.id


qris_data?

optional qris_data: object

Defined in: types.ts:53

QRIS specific data

merchant_name?

optional merchant_name: string

Merchant name for the transaction

terminal_id?

optional terminal_id: string

Terminal ID used for the transaction


status

status: string

Defined in: types.ts:43

Transaction status (success, pending, failed, etc.)

Inherited from

BaseTransaction.status

0
Subscribe to my newsletter

Read articles from Yoru AKio directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Yoru AKio
Yoru AKio