API/Autodoc/Classes/ERuStorePayProductPurchaseStatus.en.md


ERuStorePayProductPurchaseStatus

class_name ERuStorePayProductPurchaseStatus

Purchase status.

Enum

enum Item
Available values.

Item values

INVOICE_CREATED
Payment invoice created, the purchase is awaiting payment.
CANCELLED
Purchase cancelled by the buyer.
PROCESSING
Payment has been initiated.
REJECTED
Purchase rejected (e.g., due to insufficient funds).
CONFIRMED
Purchase successfully paid.
REFUNDED
The refund request for the purchase has been made successfully.
REFUNDING
Refund initiated, request sent to the acquirer.
EXECUTING
Purchase is in the process of execution.
EXPIRED
The time to pay for the purchase has expired.
PAID
Only for two-stage payment,
intermediate status,
funds in the buyer's account are placed on hold,
the purchase awaits confirmation from the developer.
REVERSED
Only for two-stage payment,
the purchase was cancelled by the developer or the purchase was not confirmed within 6 hours,
the hold on funds has been released.
Назад