Skip to main content
POST
/
v1
/
transfer
/
{action_id}
/
reject
Rechazar una transferencia
curl --request POST \
  --url https://api.example.com/v1/transfer/{action_id}/reject \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "signer": {
    "handle": "<string>"
  },
  "wallet": {
    "handle": "<string>",
    "signer": [
      "<string>"
    ],
    "default": "<string>",
    "symbolDefaults": {},
    "labels": {
      "type": "<string>",
      "channelSms": "<string>"
    }
  }
}
'
{
  "error": {
    "code": 123,
    "message": "<string>",
    "details": {}
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

action_id
string
required

Body

application/json
signer
object
wallet
object

Response

You don't have permissions to access this method

error
object