Commonly Used Endpoints
To help you get started, we've compiled a list of common actions and their associated API calls
We've compiled a list of the most commonly requested actions and the specific API call that can be used to trigger said action.
Use Case | API Route | Outcome | Comments |
---|---|---|---|
Create a wallet (client account) for your customer that allows you to partition transactions and hold funds in a virtual entity | Creates an individual (or business) client account which is subsequently used for transaction operations | Take note of | |
Generate an embedded experience (iFrame) that can be presented to an end user allowing them to add a payment method like a bank account or card | Generates a unique URL to embed into your application as an iFrame. End users will use this experience to connect their bank account or card which is then tokenized and returned to you. | Pass in the | |
Set the given bank account as the default | account/set-my-bank-account | Associates the bank account associated with a token as the default bank account either for a VoPay account or for a client account | In the case of setting this as a default bank account for a client, provide the unique |
Get all bank accounts for a client | Lists all bank accounts and get additional details for these bank accounts | Pass in the | |
Create a pull EFT transaction | Funds your VoPay account by debiting funds from the specified customer’s bank account | When specifying a | |
Create a push EFT transaction | Sends funds to a client using the balance in your VoPay account | When specifying a |
Updated 9 days ago