Executes a prepared transfer with the final amount. Second step in the two-phase transfer process.
TRANSFER permission
Valid transferId from Prepare transfer
transferId
Sufficient account balance
Within transfer limits
cURL
curl --request POST \ --url http://api.obsidiam.com/transfers/confirm \ --header 'Content-Type: application/json' \ --data ' { "transferId": "<string>", "amountCent": 2, "accountId": "<string>", "reference": "<string>" } '
{ "success": true, "bankTxId": "<string>" }
1
x >= 1
Optional transfer description
Transfer success status
Bank transaction ID