پرش به مطلب اصلی

paymentListTransactionsResponse

next_page_tokenstring

Token for the next page of results.

transactions object[]

List of transactions matching the request

  • Array [
  • 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]

  • ]
  • paymentListTransactionsResponse
    {
    "next_page_token": "string",
    "transactions": [
    {
    "cost_rials": "string",
    "created_at": "2024-07-29T15:51:28.071Z",
    "extra_details": "string",
    "id": "string",
    "state": "TRANSACTION_STATE_PENDING",
    "type": "TRANSACTION_TYPE_REORDER"
    }
    ]
    }