Perform actions on pending transfers of monthly certificates between accounts (either incoming or outgoing). Note that actions for incoming and outgoing transfers can be included in the same submission.
OK
Invalid parameter(s)
Unauthorized access
Permission denied
Request payload is too large
Server too busy or acceptable use policy violation
An unexpected error has occurred
{- "requests": [
- {
- "correlationId": "1",
- "transferId": "5678",
- "action": "CONFIRM",
- "subaccountId": "77"
}
]
}
{- "submissionId": "1",
- "responses": [
- {
- "correlationId": "1",
- "transferId": "5678",
- "action": "CONFIRM",
- "subaccountId": "77"
}
]
}