Skip to main content
POST
/
v1
/
credits
/
migrate
Migrate account to new billing system
curl --request POST \
  --url https://api.sfcompute.com/v1/credits/migrate \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "withdraw",
  "column_counterparty_id": "cpty_2n4f8bxg3qj5p6r7s9t1v"
}
'
{
  "status": "migrated"
}

Body

application/json

Withdraw the account balance to an external bank account

type
enum<string>
required
Available options:
withdraw
column_counterparty_id
string
required

The identifier for your external bank account where funds will be transferred

Example:

"cpty_2n4f8bxg3qj5p6r7s9t1v"

Response

Account successfully migrated

status
string
Example:

"migrated"