Returns detailed information about specific purchase including verification data if available.
Security. Verification data is only visible to the purchase owner.
API-key that you received from Telegram Bot.
Unique purchase identifier.
1 <= x <= 900719925474099112345
Response for status 200
Unique purchase identifier.
1 <= x <= 900719925474099112345
ISO 3166-1 alpha-2 country code.
"US"
E.164 International Format. Phone number with country code prefix (e.g., +12025550123 for US, +79991234567 for Russia).
Usage. This is your Telegram account login. Use it with verification.code and verification.password to access the account.
^\+[1-9]\d{1,14}$"+12025550123"
Final Price After Discount. The actual amount deducted from your balance, with your personal discount already applied.
To see pricing breakdown before purchase. Check GET /accounts/:country_code which shows both discounted price and original base_price.
Discount eligibility. Based on your total successful purchase count. Higher volume = bigger discounts.
Purchase Status Lifecycle. PENDING (initial) → SUCCESS (after code request) or ERROR (provider failure). Any status can transition to REFUND via admin action.
Important. Status is immutable once set to SUCCESS, ERROR, or REFUND.
Filter options
PENDING - code not requested.SUCCESS - code ready.ERROR - provider failed.REFUND - money returned.PENDING, SUCCESS, ERROR, REFUND "SUCCESS"
Type of purchase: SINGLE (regular), BULK (batch purchase), ADMIN (admin deduction)
SINGLE, BULK, ADMIN "SINGLE"
Verification Credentials. Login credentials for the purchased Telegram account. Initially null after purchase creation.
Availability. Populated after calling POST /purchases/:id/request-code. Once received, credentials are permanent and cannot be re-requested.
Security. Verification data is only visible to the purchase owner.
Purchase creation time in ISO 8601 format (UTC).
"2024-11-19T07:50:00.000Z"