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

post/v3/sourceAccounts/{sourceAccountId}/fundingRequest

Path parameters

sourceAccountIdstring uuid required

Source account id

Request body

fundingAccountIdstring uuid required

The funding account id

amountinteger required

Amount to fund in minor units

Example request

{
  "fundingAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "amount": 800828191
}

Response

Request Accepted