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

paymentListTransactionsResponse

next_page_tokenstring

توکن برای صفحه بعدی نتایج.

transactions object[]

شناسه مرجع فاکتور یا تراکنش

  • Array [
  • app_slugstring

    شناسه اپلیکیشنی که تراکنش را ایجاد کرده است

    cost_rialsstring<int64>

    هزینه تراکنش به ریال برای اپلیکیشن شما

    created_atstring<date-time>

    زمان ایجاد تراکنش

    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, TRANSACTION_TYPE_SUBMIT, TRANSACTION_TYPE_RENEW]

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