Replace the servicing account for card credit contracts
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"servicingAccountSource": {
"sourceName": "ACCOUNT.ACCOUNT",
"sourceRef": "ID-1026"
}
}curl -L 'https://card-api.sandbox.tuumplatform.com/api/v1/contracts/C001718023916/change-servicing-account' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiT2ZmaWNlciBUZXN0IiwiZW1wbG95ZWVJZCI6IklELTEyMzgiLCJ0ZW5hbnRDb2RlIjoiTUIuRVUiLCJleHBpcnlEVGltZSI6IjIwMjUtMDctMDJUMTA6NDk6MDkiLCJleHAiOjE3NTE0NTMzNDksInJvbGVzIjpbIkFETUlOIiwiU1lTVEVNIl19.JUBRg2ollm9cC_fzaEidrItMBQVK3tY_KtxUF09L5Ik' \
-H 'Content-Type: application/json' \
-d '{
"servicingAccountSource": {
"sourceName": "ACCOUNT.ACCOUNT",
"sourceRef": "ID-1026"
}
}'Sample response
Result
Troubleshooting
Error message
Possible resolution
Last updated
Was this helpful?