Velo Payments APIs
  1. Payout Service
Velo Payments APIs
  • Login
    • Authentication endpoint
      POST
    • Logout
      POST
    • Reset password
      POST
    • validate
      POST
  • Funding Manager
    • Get Funding Audit Delta
      GET
    • Get Funding Accounts
      GET
    • Get Funding Account
      GET
    • Get list of source accounts
      GET
    • Get details about given source account.
      GET
    • Create Funding Request
      POST
    • Set notifications
      POST
    • Get Funding Accounts
      GET
    • Get Funding Account
      GET
    • Get list of source accounts
      GET
    • Get details about given source account.
      GET
    • Create Funding Request
      POST
    • Transfer Funds between source accounts
      POST
    • Get list of source accounts
      GET
    • Get details about given source account.
      GET
    • Create Funding Request
      POST
    • Transfer Funds between source accounts
      POST
  • Payment Audit Service (Deprecated)
    • V1 List Payment Changes
    • V1 Get Fundings for Payor
    • V1 Get Payout Statistics
    • V3 Get List of Payments
    • V3 Get Payment
    • V3 Get Payouts for Payor
    • V3 Get Payments for Payout
    • V3 Export Transactions
  • Countries
    • List Payment Channel Country Rules
    • List Supported Countries
    • List Supported Countries
  • Payout Service
    • Withdraw a Payment
      POST
    • Submit Payout
      POST
    • Withdraw Payout
      DELETE
    • Get Payout Summary
      GET
    • Instruct Payout
      POST
    • Retrieve payments for a payout
      GET
    • Create a quote for the payout
      POST
  • Payors
    • List Payor Links
    • Get Payor
    • Create Application
    • Create API Key
    • Get Branding
    • Add Logo
    • Reminder Email Opt-Out
    • Get Payor
  • Payors Private
    • Create a Payor Link
  • Webhooks
    • List the details about the webhooks for the given payor.
    • Create Webhook
    • Get details about the given webhook.
    • Update Webhook
    • /v1/webhooks/{webhookId}/ping
  • Currencies
    • List Supported Currencies
  • Funding Manager Private
    • Create Funding Account
    • Delete a source account by ID
  • Users
    • List Users
    • Invite a User
    • Register SMS Number
    • Get Self
    • Unregister MFA for Self
    • Update Password for self
    • Validate the proposed password
    • Update User Details for self
    • Delete a User
    • Get User
    • Disable a User
    • Enable a User
    • Unregister MFA for the user
    • Update User Role
    • Unlock a User
    • Update User Details
  • Tokens
    • Resend a token
  • Payees
    • List Payees
    • List Payee Changes
    • Delete Payee by Id
    • Get Payee by Id
    • Update Payee Details
    • Update Payee Remote Id
    • List Payees
    • List Payee Changes
    • Delete Payee by Id
    • Get Payee by Id
    • Update Payee Details
    • Update Payee Remote Id
  • Payee Invitation
    • Initiate Payee Creation
    • Query Batch Status
    • Get Payee Invitation Status
    • Resend Payee Invite
    • Initiate Payee Creation
    • Query Batch Status
    • Get Payee Invitation Status
    • Resend Payee Invite
  • Payment Audit Service
    • Get Fundings for Payor
    • Get List of Payments
    • Get Payment
    • Get Payout Statistics
    • Get Payouts for Payor
    • Get Payments for Payout
    • Export Transactions
    • List Payment Changes
  1. Payout Service

Create a quote for the payout

Velo Payments Sandbox for testing
https://api.sandbox.velopayments.com/
Velo Payments Sandbox for testing
https://api.sandbox.velopayments.com/
POST
/v3/payouts/{payoutId}/quote
Create quote for a payout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.sandbox.velopayments.com//v3/payouts//quote'
Response Response Example
200 - Example 1
{
    "fxSummaries": [
        {
            "creationTime": "2000-01-23T04:56:07.000+00:00",
            "expiryTime": "2000-01-23T04:56:07.000+00:00",
            "fundingStatus": "FUNDED",
            "invertedRate": 1.12,
            "paymentCurrency": "USD",
            "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
            "rate": 1.12,
            "sourceCurrency": "USD",
            "status": "QUOTED",
            "totalPaymentAmount": 1234,
            "totalSourceAmount": 1234
        },
        {
            "creationTime": "2000-01-23T04:56:07.000+00:00",
            "expiryTime": "2000-01-23T04:56:07.000+00:00",
            "fundingStatus": "FUNDED",
            "invertedRate": 1.12,
            "paymentCurrency": "USD",
            "quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
            "rate": 1.12,
            "sourceCurrency": "USD",
            "status": "QUOTED",
            "totalPaymentAmount": 1234,
            "totalSourceAmount": 1234
        }
    ]
}

Request

Path Params

Responses

🟢200Quote for payout
application/json
Body

🟠404The resource was not found or is no longer available
🟠409The request contained data that would result in a duplicate value
Modified at 2022-09-11 21:50:18
Previous
Retrieve payments for a payout
Next
List Payor Links
Built with