サンドボックス専用のendpoint一覧:
- POST accounts サンドボックスでアカウントを作成
- POST accounts/:account_id/features サンドボックスのアカウントに機能を追加
- POST accounts/:account_id/funding_instruments サンドボックスのアカウントに資金手段を追加
- DELETE accounts/:account_id サンドボックスでアカウントを削除
- DELETE accounts/:account_id/features サンドボックスのアカウントから機能を削除
- DELETE accounts/:account_id/funding_instruments/:funding_instrument_id サンドボックスのアカウントから資金手段を削除