v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Funding

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