Skip to main content
POST
/
crypto
/
transactions
/
{id}
/
pay
Pay crypto transaction debt
curl --request POST \
  --url http://api.contabull.com/crypto/transactions/{id}/pay \
  --header 'Content-Type: application/json' \
  --data '{
  "accountId": "<string>",
  "amount": 2
}'
{
  "txId": "<string>"
}

Path Parameters

id
string
required

Body

application/json
accountId
string
required

ID of the internal bank account to debit funds from

amount
number
required

Amount to pay towards the crypto transaction debt (minimum 1)

Required range: x >= 1

Response

default - application/json
txId
string
required

Transaction ID of the internal bank transfer