v2

latestOpenAPI 3.1.02026-08-07168434918.5 KB
Players' Subscriptions

Transfer Player Subscription

Transfer a player's subscription to another player in the same game, keeping the plan, billing schedule and saved payment method.

post/v1/players/{player_id}/subscriptions/{subscription_id}/transfer

Path parameters

player_idstring required
subscription_idstring required

Request body

new_player_idstring required

Player ID to transfer the subscription to.

Response

Subscription transferred to the target player.

idstring required

New subscription ID created for the target player.

status'trial' | 'active' | 'grace' | 'canceled' | 'locked' | 'ended' | 'expired' | 'paused' | 'pending' required

An enumeration.