Bank account holds
Fetches a single hold by ID.
get/v0/bank/holds/{hold-id}
Path parameters
hold-idstring required
Response
OK
Example response
{
"amount": {
"currency": "GBP",
"value": "1000.00"
}
}Fetches a single hold by ID.
OK
{
"amount": {
"currency": "GBP",
"value": "1000.00"
}
}