December 2023
over 1 year ago by Leon Menzies
-
Updated Account Endpoints
Method Endpoint Description GET /account/remaining-limit
Get remaining account limits with date input. GET /account/balance
Get account balance with reserve response param.
Updated Account Endpoints
Method | Endpoint | Description |
---|---|---|
GET | /account/remaining-limit | Get remaining account limits with date input. |
GET | /account/balance | Get account balance with reserve response param. |
Updated Client Account Transfer Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /client-account/fund-transfer | Single fund transfer with RecipientClientAccountIDSplit input param. |
POST | /client-account/transfer-withdraw | Single transfer withdraw with RecipientClientAccountIDSplit input param. |
POST | /client-account/fund-transfer-withdraw | Single fund transfer withdraw with RecipientClientAccountIDSplit input param. |
POST | /client-account/fund-transfer-schedule | Scheduled fund transfer with RecipientClientAccountIDSplit input param. |
POST | /client-account/transfer-withdraw-schedule | Scheduled transfer withdraw with RecipientClientAccountIDSplit input param. |
POST | /client-account/fund-transfer-withdraw-schedule | Scheduled fund transfer withdraw with RecipientClientAccountIDSplit input param. |
New Fedwire Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /fedwire/fund | Create Fedwire Fund Transaction |
POST | /fedwire/withdraw | Create Fedwire Withdraw Transaction |
POST | /fedwire/void | Cancel Fedwire Transaction |
POST | /fedwire/refund | Refund Fedwire Transaction |
GET | /fedwire/fund-transaction | Get Fedwire Fund Transaction |
GET | /fedwire/withdraw-transaction | Get Fedwire Withdraw Transaction |
New Account Verification Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /account-verification/initiate | Account verification initiate |
POST | /account-verification/confirm | Account verification confirm |
GET | /account-verification | Get account verification request |
New Partner Account Endpoints
Method | Endpoint | Description |
---|---|---|
GET | /partner/account/transactions | Get VoPay account transactions |
POST | /partner/account/transfer | Transfer funds between VoPay accounts |
POST | /partner/account/fund-transfer | Fund and transfer funds between VoPay accounts |
POST | /partner/account/transfer-withdrawpartner/account/transfer-withdraw | Transfer funds between VoPay accounts and withdraw |
POST | /partner/account/fund-transfer-withdraw | Fund and transfer funds between VoPay accounts and withdraw |
New Client Account Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /account/client-accounts/label/add | Add client account label |
GET | /account/client-accounts/label | Get client account labels |
New Client Account Transfer Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /account/client-accounts/fund-transfer/schedule | Schedule fund-transfer |
POST | /account/client-accounts/transfer-withdraw/schedule | Schedule transfer-withdraw |
POST | /account/client-accounts/fund-transfer-withdraw/schedule | Schedule fund-transfer-withdraw |
POST | /account/client-accounts/transfer/schedule/cancel | Cancel scheduled transfer |
GET | /account/client-accounts/scheduled-transfers | Get scheduled transfers |
New RTP Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /rtp/withdraw | Create RTP Withdraw transaction |
GET | /rtp/withdraw/transaction | Get RTP Withdraw transaction details |
New OCT Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /debit-card/oct/push-funds | Create OCT transaction (push to debit card) |
GET | /debit-card/oct/transaction | Get OCT transaction details |
POST | /debit-card/generate-embed-url | Generate iFrame URL for debit cards |
POST | /debit-card/delete | Delete debit card |
GET | /debit-card | Get list of debit cards |
POST | /debit-card/set-debit-card | Set default debit card |
GET | /debit-card/default-debit-card | Get default debit card |
New Support Ticket Endpoints
Method | Endpoint | Description |
---|---|---|
POST | /account/submit-ticket | Submit support ticket (VoPay accounts) |
POST | /partner/submit-ticket | Submit support ticket (Partner accounts) |