Skip to main content

Create Transactions

Overview

You can create transactions to move funds across Ahrvo Accounts and External Accounts using the POST method. Depending on the fund movement, the following source and destination information is required:

Fund Movement (BOOK when both sides are Ahrvo Accounts)SourceDestination
Moving funds across any two Ahrvo Accountsaccountaccount
Moving funds from a Ahrvo Account to a third-partyaccountexternalAccount | address
Moving funds from a third-party to a Ahrvo AccountexternalAccount | cardaccount

Resource Access

Production (api.ahrvo.network)

POST https://api.ahrvo.network/banking/us2/v1/customer/id/{customerId}/transaction

Staging (gateway.ahrvo.network)

POST https://gateway.ahrvo.network/banking/us2/v1/customer/id/{customerId}/transaction

Transaction Types

Select a transaction type below to view detailed examples and implementation guides:

💳 CARD Transactions

Create card-based transactions including collections, refunds, terminal sales, and authorization flows.

🏦 ACH Transactions

Process ACH collections, sends, and refunds using external accounts and contacts.

📤 WIRE Transactions

Send and collect funds via domestic wire transfers with detailed processing options.

🌍 International WIRE Transactions

Handle international wire transfers in USD and foreign currencies with FX support.

📄 CHECK Transactions

Process check deposits via mobile capture and send physical checks to recipients.

📚 BOOK Transactions

Transfer funds between Ahrvo accounts, PPIs, and secured credit cards.

💌 Virtual CARD Transactions

Issue virtual cards to contacts and email recipients with customizable programs.

API Documentation