initiateSwitchIn
Create a domestic account and initiate a switch-in for the account.
Arguments
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-3902: Payment instruction creation using the same card number on the same day is not allowed.
- KT-JP-3903: Unable to create payment customer.
- KT-JP-3904: Unable to change card with token.
- KT-JP-3905: This card brand is not supported.
- KT-JP-3906: Unable to change bank account with token.
- KT-JP-4103: Please set a password for the user before creating a new one using the same information.
- KT-JP-4104: Unable to create account for user.
- KT-JP-4105: Unable to reactivate account.
- KT-JP-4106: Unable to create account due to schedule conflict.
- KT-JP-4504: Please fill in correct SPIN which is registered in OCCTO.
Allowed Viewers
Required Permissions
Can create accountsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation InitiateSwitchIn($input: InitiateSwitchInInput) {
initiateSwitchIn(input: $input) {
accountNumber
hashedAccountApplicationId
hasUsablePassword
token
userId
}
}
Variables
{
"input": InitiateSwitchInInput
}
Response
{
"data": {
"initiateSwitchIn": {
"accountNumber": "A-ADF468F8",
"hashedAccountApplicationId": "96020647",
"hasUsablePassword": true,
"token": "despite-teacher-Mr-against-despite",
"userId": "32645931"
}
}
}