API - Bitvolo Web Services

confirm_transaction

Description:

This method confirms a pending transaction. You must pass one of the following parameters which identify the transaction: transaction_id or reference_number. You can optionally assign a transaction hash to the transaction.

Input:

transaction_id string optional
Transaction ID
reference_number string optional
Reference number (pass only if transaction_id is empty)
hash string optional
Unique transaction hash you can optionally apply to the transaction
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

none

API playground:

Click here to test this function in the API playground.