CryptoExchange API :: Disbursing a transaction

Disbursing a transaction

Once the buyer has accepted the merchandise, the funds are ready to be disbursed to the seller. If the disbursement method has already been set by a customer for the given transaction, this will be done automatically. There are a number of different ways that the seller can request as a disbursement method. Customers residing in the USA can select to be disbursed via Electronic Check (ACH), or Wire Transfer. For international customers (residing outside of the USA), International Wire Transfer is only available available option at this present time.

Retrieving available disbursement methods

This endpoint will give a list of available disbursement methods for the transaction, and a list of saved disbursement method profiles that can be used. This endpoint can be called by the Seller (and Broker when applicable).

The objects in available_disbursement_methods will give the type of disbursement method, and the total disbursement amount for that method. Not all disbursement methods are available to all customers for all transactions.

The endpoint will also return a list of saved disbursement method profiles for the customer that can be used for the transaction.

Example Response