Pending Transfer Actions

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.

SecurityJWT
Request
query Parameters
onBehalfOfAccountId
string

Account id for which the request is being made: defaults to the primary account id of the requester unless specified

Request Body schema: application/json
Array of objects (PendingTransferActionRequest)

List of requests

Responses
200

OK

400

Invalid parameter(s)

401

Unauthorized access

403

Permission denied

413

Request payload is too large

429

Server too busy or acceptable use policy violation

500

An unexpected error has occurred

post/api/ledger/transfer/pending/action
Request samples
application/json
{
  • "requests": [
    ]
}
Response samples
application/json
{
  • "submissionId": "1",
  • "responses": [
    ]
}