Skip to main content
PUT
/
v1
/
transfer
/
{transfer_id}
Actualizar una transferencia
curl --request PUT \
  --url https://api.example.com/v1/transfer/{transfer_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "source": "<string>",
  "target": "<string>",
  "symbol": "<string>",
  "amount": "<string>",
  "labels": {
    "type": "<string>",
    "tx_id": "<string>",
    "tx_ref": "<string>",
    "status": "<string>",
    "domain": "<string>",
    "created": "<string>",
    "sourceCreated": "<string>",
    "targetUpdated": "<string>",
    "description": "<string>",
    "rejectSource": "<string>",
    "rejectDescription": "<string>",
    "transactionPurpose": "<string>",
    "numberOfTransactions": "<string>",
    "deviceFingerPrint": {
      "hash": "<string>",
      "ipAddress": "<string>",
      "geolocation": "<string>",
      "country": "<string>",
      "city": "<string>",
      "mobileDevice": "<string>",
      "SIMCardId": "<string>",
      "model": "<string>",
      "operator": "<string>"
    },
    "config": {}
  }
}
'
{
  "error": {
    "code": 123,
    "message": "<string>",
    "details": {}
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

transfer_id
string
required

Query Parameters

sideEffectsEnabled
boolean

Body

application/json
source
string
target
string
symbol
string
amount
string
labels
object

Response

You don't have permissions to access this method

error
object