Funding Manager

Create Funding Request

Instruct a funding request to transfer funds from the payor’s funding bank to the payor’s balance held within Velo (202 - accepted, 400 - invalid request body, 404 - source account not found).

post/v2/sourceAccounts/{sourceAccountId}/fundingRequest

Path parameters

sourceAccountIdstring uuid required

Source account id

Request body

amountinteger required

Amount to fund, decimal implied

Example request

{
  "amount": 800828191
}

Response

Request Accepted

Changes