Reserve Holds ​
ReserveHolds are used to place a temporary ReserveHold on a merchant’s funds.
Endpoints ​
Create a ReserveHold ​
- POST /v1/reserve/holds
Update a ReserveHold ​
- POST /v1/reserve/holds/:id
Retrieve a ReserveHold ​
- GET /v1/reserve/holds/:id
List ReserveHolds ​
- GET /v1/reserve/holds
Events ​
reserve.hold.createdOccurs when a reserve hold is created.reserve.hold.updatedOccurs when a reserve hold is updated.