Create Wire Drawdown Authorization

This endpoint is used to Authorize a wire drawdown for a particular account.

Supplied with the required parameters, this endpoint will debit the given ledger account and wait for the debit entry from the pull to be returned by the bank.

Once the debit entry is confirmed, the system will finalize the withdrawal and send a webhook to the configured URL.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
number
required

Amount that will be debited from the bank account. This amount must match the amount of the debit entry that is returned by the bank.

string
required

The ID of the wire drawdown authorization.

The ID must be unique, and effectively acts as an idempotency key. If an authorization bearing an identical drawdownId already exists, the system will return an error.

string
required

The US_WIRE payment instrument for the target bank account you will be drawing down to

string
required

The ID of the ledger account that will be debited. This wallet must be owned by the same entity as the payment instrument.

Headers
string
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json