Velopayments
Connector for the velopayments API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.sandbox.velopayments.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listfundingauditdeltas— GET /v1/deltas/fundings — Get Funding Audit Deltagetfundingbyidv1— GET /v1/fundings/{fundingId} — Get Fundinglistpaymentchannelrulesv1— GET /v1/paymentChannelRules — List Payment Channel Country Rulespayorlinksv1— GET /v1/payorLinks — List Payor Linkspayorgetbranding— GET /v1/payors/{payorId}/branding — Get Brandinglistwebhooksv1— GET /v1/webhooks — List the details about the webhooks for the given payor.
Inputs
apiKey— your velopayments API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listfundingauditdeltas
apiKey: <your key>