dLocal · Arazzo Workflow
dLocal Settle Transfer Between Accounts
Version 1.0.0
Check the source account balance, transfer funds to another account, then confirm the transfer.
Provider
Workflows
settle-transfer-between-accounts
Check balance, transfer funds between accounts, and confirm settlement.
Reads the source account balance, creates a transfer to the destination account, and retrieves the transfer to confirm it settled.
1
checkSourceBalance
getAccountBalance
Read the source account balance to confirm it holds sufficient funds before transferring.
2
createTransfer
createTransfer
Create a transfer moving funds from the source account to the destination account.
3
confirmTransfer
getTransfer
Retrieve the transfer to confirm it settled.