October 2025
10 days ago by Leon Menzies
- Added new parameter to transactions endpoint
Method Endpoint Description POST /account/transactionsAdded IncludeSubaccountTransactions to transactions endpoint
| Method | Endpoint | Description |
|---|---|---|
| POST | /account/transactions | Added IncludeSubaccountTransactions to transactions endpoint |
Added new dispute verification endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /dispute-management/report/dispute-stages | This endpoint returns a summary of all current dispute stages. |
Added new parameter to verification endpoint
| Method | Endpoint | Description |
|---|---|---|
| POST | /ach/fund | Added SeCode to ACH fund endpoint |
| POST | /ach/withdraw | Added SeCode to ACH withdraw endpoint |
Added new parameter to elinx endpoint
| Method | Endpoint | Description |
|---|---|---|
| POST | /elinx | Added Trigger3DS to added 3DS verifcation to an credit card connection through elinx |
Added a new field to the transaction endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /account/transactions | Added TransactionStatus to the returned fields for account transactions |
Added new dispute verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /dispute-management/generate-embed-url | This endpoint generates a unique URL to embed into your application using an iFrame. |
| GET | /dispute-management/list | This endpoint allows you to fetch a list of your disputes and chargebacks. |
| GET | /dispute-management/detail | This endpoint allows you to fetch details for a dispute. |
| GET | /dispute-management/document | This endpoint allows you to fetch the document for a dispute. |
| POST | /dispute-management/accept | This endpoint allows you to accept a dispute. |
| POST | /dispute-management/challenge | This endpoint allows you to challenge a dispute. |
| POST | /dispute-management/respond | This endpoint allows you to respond to a retrieval request. |
| POST | /dispute-management/add-note | This endpoint allows you to add a note to a dispute. |
| GET | /dispute-management/report/dispute-overview | This endpoint returns a summary overview of all disputes and chargebacks. |
| GET | /dispute-management/report/dispute-reasons | This endpoint returns a summary of all current dispute reasons. |
| GET | /dispute-management/report/dispute-stages | This endpoint returns a summary of all current dispute stages. |
Added new verification endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /account-verification/card | This endpoint is used to verify a credit or debit card. |
Added new verification endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /account-verification/interac | This endpoint is used to verify an Interac email address. |
| POST | /contact-verification/email | This endpoint is used to intiate an email verification. |
| POST | /contact-verification/phone | This endpoint is used to intiate an phone SMS verification. |
| POST | /contact-verification/id/dual-process | This endpoint is used to perform Dual Process ID verification on an individual. Currently only Canada is supported. |
New auto deposit endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /interac/auto-deposit | This endpoint is used to fetch Interac auto-deposit status. |
New FedNow endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /fednow/withdraw | This endpoint is used to instantly send funds out of your VoPay account and deposit them to the specified recipient's bank account. |
| GET | /fednow/withdraw/transaction | This endpoint is used to look up details on a single Fednow withdraw transaction. Withdraw transactions debit funds from your account and deposit them into the customer's account. |
New PayPal endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /paypal/add | This endpoint allows you to add a PayPal account to your VoPay account |
| POST | /paypal/delete | This endpoint allows you to delete a PayPal account from your VoPay account |
| GET | /paypal/recipients | This endpoint allows you fetch a list all of your PayPal recipients |
| POST | /paypal/set-my-recipient | This endpoint allows you to identify a PayPal recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a PayPal recipient as being the VoPay account holder's default PayPal recipient. Note, a VoPay account can only have one default PayPal recipient. |
| GET | /paypal/default-recipient | This endpoint retrieves the default PayPal recipient associated with your VoPay account |
| POST | /paypal/generate-embed-url | This endpoint is used to generate a unique URL to embed into your application using an iFrame. End users will use this to login to their PayPal account and generate a token, which can be used in the /paypal/withdraw endpoint. |
New Venmo endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /venmo/add | This endpoint allows you to add a Venmo account to your VoPay account |
| POST | /venmo/delete | This endpoint allows you to delete a Venmo account from your VoPay account |
| GET | /venmo/recipients | This endpoint allows you fetch a list all of your Venmo recipients |
| POST | /venmo/set-my-recipient | This endpoint allows you to identify a Venmo recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a Venmo recipient as being the VoPay account holder's default Venmo recipient. Note, a VoPay account can only have one default Venmo recipient. |
| GET | /venmo/default-recipient | This endpoint retrieves the default Venmo recipient associated with your VoPay account |
| POST | /venmo/generate-embed-url | This endpoint is used to generate a unique URL to embed into your application using an iFrame. End users will use this to login to their Venmo account and generate a token, which can be used in the /venmo/withdraw endpoint. |
Added new tokenizing endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /iq11/tokenize | Now supports Flinks and Plaid credentials, as well as email and phone number for Interac transactions. |
| GET | /iq11/token-info | Returns enhanced details about the IQ11 Token, including additional metadata and linked credentials. |
New GL code endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /account/transactions/gl-codes | Gets all your available GL codes |
Added GL code to the following endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /ach/fund | Fund via ACH |
| POST | /ach/withdraw | Withdraw via ACH |
| POST | /ach/fund/schedule | Schedule ACH fund |
| POST | /ach/withdraw/schedule | Schedule ACH withdraw |
| POST | /credit-card/charge | Charge a credit card |
| POST | /debit-card/oct/push-funds | Push funds to debit card |
| POST | /debit-card/aft/pull-funds | Pull funds from debit card |
| POST | /eft/fund | Fund via EFT |
| POST | /eft/withdraw | Withdraw via EFT |
| POST | /fedwire/fund | Fund via Fedwire |
| POST | /fedwire/withdraw | Withdraw via Fedwire |
| POST | /gcm/withdraw | Withdraw via GCM |
| POST | /interac/money-request | Send Interac money request |
| POST | /interac/bulk-payout | Bulk Interac payout |
| POST | /rtp/withdraw | Real-time payment withdraw |
| POST | /rtr/withdraw | RTR (real-time rail) withdraw |
| GET | /account/transactions | Get transaction history |
| POST | /account/fund-my-account | Add funds to account |
| POST | /account/withdraw-my-account | Withdraw from account |
New bank listing endpoints for Global Cash Management
| Method | Endpoint | Description |
|---|---|---|
| GET | /gcm/banks/names | Get bank names |
| GET | /gcm/banks/cities | Get bank cities |
| GET | /gcm/banks/branches | Get bank branches |
| GET | /gcm/banks/locations | Get bank locations |
Timezone has been added to the following endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /account/transactions | Get account transactions. |
| GET | /account/webhooks | Get account webhooks |
| GET | /account/tickets | Get account tickets. |
| GET | /ach/fund/transaction | Get ACH funding transactions. |
| GET | /ach/withdraw/transaction | Get ACH withdraw transactions. |
| GET | /bank-account | Get bank accounts. |
| GET | /bank-account/default-bank-account | Get the default bank account. |
| GET | /batch | Get batch request transactions. |
| GET | /eft/fund/transaction | Get EFT funding transactions. |
| GET | /eft/withdraw/transaction | Get EFT withdraw transactions. |
| GET | /elinx | Get eLinx requests. |
| GET | /fedwire/fund/transaction | Get Fedwire funding transactions. |
| GET | /fedwire/withdraw/transaction | Get Fedwire withdraw transactions. |
| GET | /account/subaccount/transactions | Get sub account transactions. |
Pagination has been added to the following endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /account-verification | Fetch micro deposit details. |
| GET | /bank-account | Get bank accounts linked to your account. |
| GET | /batch | List all batch transactions. |
| GET | /account/client-accounts | Get available client accounts. |
| GET | /account/client-accounts/scheduled-transfers | Get scheduled client account transfers. |
| GET | /account/client-accounts/transactions | List transactions affecting balance. |
| GET | /contacts | Get contacts associated with your account. |
| GET | /contacts/transactions | Get transactions for a contact. |
| GET | /credit-card | Get credit cards linked to your account. |
| GET | /debit-card | Get debit cards linked to your account. |
| GET | /eft/scheduled-transactions | Get scheduled EFT transactions. |
| GET | /elinx | Get list of all eLinx requests. |
| GET | /partner/account | Get accounts created via partner accounts. |
| GET | /account/transactions | Get transactions affecting account balance. |
New Contact Label Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /contacts/label | Get a list of labels for a given contact. |
| POST | /contacts/label/add | Add a new label for a given contact. |
| POST | /contacts/label/delete | Delete a label for a given contact. |