Sandbox: Release an Inbound Funds Hold
This endpoint simulates immediately releasing an Inbound Funds Hold, which might be created as a result of, for example, an ACH debit.
post/simulations/pending_transactions/{pending_transaction_id}/release_inbound_funds_hold
Path parameters
pending_transaction_idstring required
The pending transaction to release. The pending transaction must have a inbound_funds_hold source.
Response
Pending Transaction
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"amount": 100,
"completed_at": null,
"created_at": "2020-01-31T23:59:59Z",
"currency": "USD",
"description": "INVOICE 2468",
"held_amount": 100,
"id": "pending_transaction_k1sfetcau2qbvjbzgju4",
"route_id": "card_oubs0hwk5rn6knuecxg2",
"route_type": "card",
"source": {
"ach_transfer_instruction": {
"amount": 100,
"transfer_id": "ach_transfer_uoxatyh3lt5evrsdvo7q"
},
"category": "ach_transfer_instruction"
},
"status": "pending",
"type": "pending_transaction"
}