Redeem center
Redeem center
Use the CDK from your purchase history with the target Suno account session. Verification runs first; redemption starts only after confirmation.
Operation Guide
Step 2: Get the session JSON
Open the session page and copy the full JSON array response.
Open Session PageStep 3: Fill in redemption info
Enter the CDK from your order and paste the full session JSON.
Step 4: Start and confirm
Start validates the CDK and account first. The actual redemption runs only after confirmation.
Note: delayed account update
If the target account does not update immediately, refresh Suno several times.
CDK Redemption
Only CDKs purchased from the current gptstore account can be redeemed here.
Enter CDK Code
CDK format example: xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx
Paste Session JSON
View Session example
[
{
"id": "session_example_1234567890abcdef",
"object": "session",
"status": "active",
"expire_at": 1808112662076,
"abandon_at": 1808112662076,
"last_active_at": 1776576662076,
"last_active_token": {
"object": "token",
"jwt": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImV4YW1wbGUta2V5LTEiLCJ0eXAiOiJKV1QifQ.eyJzdW5vLmNvbS9jbGFpbXMvdXNlcl9pZCI6InVzZXJfZXhhbXBsZV9pZCIsInN1bm8uY29tL2NsYWltcy9lbWFpbCI6InVzZXJAZXhhbXBsZS5jb20iLCJzdWIiOiJ1c2VyX2V4YW1wbGVfaWQiLCJzaWQiOiJzZXNzaW9uX2V4YW1wbGVfMTIzNDU2Nzg5MGFiY2RlZiIsImlzcyI6Imh0dHBzOi8vYXV0aC5zdW5vLmNvbSIsImF1ZCI6InN1bm8tYXBpIiwiZXhwIjoxODA4MTEyNjYyLCJpYXQiOjE3NzY1NzY2NjJ9.signature_example_value"
},
"user": {
"id": "user_example_id",
"object": "user",
"username": "user@example.com",
"first_name": "名",
"last_name": "字",
"image_url": "https://cdn1.suno.ai/example-avatar.jpg",
"has_image": true,
"password_enabled": true,
"two_factor_enabled": false,
"totp_enabled": false,
"backup_code_enabled": false,
"email_addresses": [
{
"id": "email_example_id",
"object": "email_address",
"email_address": "user@example.com",
"reserved": false,
"linked_to": [],
"matches_sso_connection": false,
"created_at": 1776265210745,
"updated_at": 1776265210760
}
],
"phone_numbers": [],
"web3_wallets": [],
"passkeys": [],
"organization_memberships": [],
"external_accounts": [],
"saml_accounts": [],
"enterprise_accounts": [],
"password_last_updated_at": 1776265210,
"public_metadata": {},
"private_metadata": {},
"unsafe_metadata": {},
"last_sign_in_at": 1776265210,
"banned": false,
"locked": false,
"created_at": 1776265210745,
"updated_at": 1776265210760,
"delete_self_enabled": false,
"create_organization_enabled": false,
"create_organizations_limit": 0,
"last_active_at": 1776265210760
},
"factor_verification_age": [
0,
-1
],
"created_at": 1776576586408,
"updated_at": 1776576662076
}
]Click Start Redemption to validate first. The actual redemption runs only after confirmation.