post https://cubi-sandbox-api.customersbank.com/transfers/v1//approve
This endpoint allows users with appropriate entitlements to approve a previously initiated book transfer. This is used for accounts operating under dual control.
Responses
This endpoint allows users with appropriate entitlements to approve a previously initiated book transfer. This is used for accounts operating under dual control.
xxxxxxxxxx
curl --request POST \
--url https://cubi-sandbox-api.customersbank.com/transfers/v1/id/approve \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string"
}