paymentTransaction
cost_rialsstring<int64>
هزینه تراکنش به ریال برای اپلیکیشن شما
created_atstring<date-time>
The time when the transaction was created
extra_detailsstring
همان جزئیات اضافی که در درخواست ارسال کردید
idstring
همان uuid هنگام ایجاد تراکنش
statepaymentTransactionState (string)
Possible values: [TRANSACTION_STATE_PENDING
, TRANSACTION_STATE_COMPLETED
, TRANSACTION_STATE_FAILED
, TRANSACTION_STATE_REFUNDED
]
typepaymentTransactionType (string)
Possible values: [TRANSACTION_TYPE_REORDER
]
paymentTransaction
{
"cost_rials": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"extra_details": "string",
"id": "string",
"state": "TRANSACTION_STATE_PENDING",
"type": "TRANSACTION_TYPE_REORDER"
}