Skip to main content

Instant Network Transfers

Overview

Highnote Instant Network Transfer (INT) is a specific payment rail within Highnote's instant payments suite that enables your cardholders to make near real-time domestic money movements between cards, both personal and business.

The INT payment rail facilitates card-to-card transfers from Highnote-issued payment cards to eligible external debit and prepaid cards, operating through Visa Direct and Mastercard Send (a Mastercard Move platform).

Instant Network Transfers are implemented through Highnote's Unified Funds Transfer (UFT) framework, using the UnifiedFundsTransfer API object to handle the technical processing of these card-to-card transactions.

transfer funds api

You can also send Instant Network Transfers with the Transfer Funds API which lets you move money in a single call by setting a strategy and without getting a quote.

Capabilities

Before an external card can send or receive funds through an Instant Network Transfer, Highnote verifies that the card is eligible. The result of this verification is expressed as capabilities — two independent assessments of what the card can do:

Each capability has a status of ENABLED, REQUIRES_REVIEW, or DISABLED. A card must have ENABLED status on the relevant capability before you can initiate a transfer. The two capabilities are evaluated independently and may have different statuses for the same card.

Capabilities are returned in the response from createReusablePaymentMethodToken (Step 2).

How status is determined

When you create a reusable payment method token, Highnote submits a verification request to the card's issuer. The issuer's response, combined with card network data, determines each capability's status through a series of checks.

The destination and source capabilities have different risk profiles, so some checks apply differently.

  • Pushing money to a card (destination) requires the card network to support receiving funds, but is more lenient on identity matching.
  • Pulling money from a card (source) does not require network-level eligibility, but demands stronger identity verification because it authorizes a debit.

Two gates

  • Gate 1 (Issuer approval) If the issuer declines the verification request, both capabilities are immediately DISABLED. No further checks are performed.
  • Gate 2 (OCT eligibility, destination only) If the card is not eligible for OCT transactions, the destination capability is DISABLED regardless of any other results. Source capability is unaffected by this gate because pulling funds does not use OCT.

If both gates pass, Highnote scores two verification checks independently (ANI and AVS) then combines them. CVV is also part of the verification request but does not affect capabilities status; it only factors into the issuer's approve or decline decision.

Account Name Inquiry (ANI)

ANI compares the cardholder name you submit against the name on file with the issuer. Because pulling funds demands stronger identity confidence, ANI applies stricter thresholds to the source capability:

ANI ResultDestination (Push/OCT)Source (Pull/AFT)
Full name matchENABLEDENABLED
ANI not performedENABLEDENABLED
Partial match (first, last, or middle name only)ENABLEDREQUIRES_REVIEW
No matchREQUIRES_REVIEWDISABLED
No match vs. partial match

Both first and last name must fail to match to produce a no-match result. If either first or last name matches, the result is a partial match.

Address Verification System (AVS)

AVS compares the billing address you submit against the address on file with the issuer. AVS scores the same for both capabilities:

AVS ResultStatus
Full address matchENABLED
AVS not performedENABLED
Street address match onlyREQUIRES_REVIEW
Postal code match onlyREQUIRES_REVIEW
No address matchREQUIRES_REVIEW

Combining ANI and AVS

Highnote takes the ANI and AVS statuses for each capability and applies a worst status wins rule. If either check produces DISABLED, the final status is DISABLED. If either produces REQUIRES_REVIEW, the final status is REQUIRES_REVIEW. The status is ENABLED only when both checks are ENABLED.

For example, if ANI produces ENABLED but AVS produces REQUIRES_REVIEW, the final status for that capability is REQUIRES_REVIEW.

Decision flows

The following diagrams show the full decision flow for each capability.

Destination capability (receive funds / push / OCT)

Issuer approved?
├── No ──────────────────────────────── DISABLED
└── Yes
└── Card OCT-eligible?
├── No ──────────────────────── DISABLED
└── Yes
├── ANI score:
│ ├── Full match ──────── ENABLED
│ ├── Not performed ───── ENABLED
│ ├── Partial match ───── ENABLED
│ └── No match ────────── REQUIRES_REVIEW

├── AVS score:
│ ├── Full match ──────── ENABLED
│ ├── Not performed ───── ENABLED
│ └── Partial/no match ── REQUIRES_REVIEW

└── Final: worst of ANI + AVS wins

Source capability (send funds / pull / AFT)

Issuer approved?
├── No ──────────────────────────────── DISABLED
└── Yes
├── ANI score:
│ ├── Full match ──────────────── ENABLED
│ ├── Not performed ───────────── ENABLED
│ ├── Partial match ───────────── REQUIRES_REVIEW
│ └── No match ────────────────── DISABLED

├── AVS score:
│ ├── Full match ──────────────── ENABLED
│ ├── Not performed ───────────── ENABLED
│ └── Partial/no match ────────── REQUIRES_REVIEW

└── Final: worst of ANI + AVS wins

Decline reasons

Capability objects

The declineReasons field lives on the destination and source capability objects alongside status, not on the $0 verification transaction.

Each capability also carries a declineReasons field that lists reasons why the capability is not enabled, namely, REQUIRES_REVIEW or DISABLED.

  • When a capability is ENABLED the list is empty.
  • When a capability is DISABLED or REQUIRES_REVIEW, the list can be empty or name one or more reasons.

The values come from InstantNetworkTransferCapabilityDeclineReason:

Decline ReasonMeaning
BIN_REGION_NOT_SUPPORTEDThe card's issuing region is not supported for Instant Network Transfers.
NOT_DEBIT_OR_PREPAIDThe card is not a debit or prepaid card.
NO_MONEY_TRANSFER_CAPABILITYThe card does not support money transfer.
CASE_DECISIONED_BY_OPSHighnote Operations decisioned the capability through case management.

These are card-eligibility and operational checks, and do not line up one-to-one with the two gates:

  • BIN_REGION_NOT_SUPPORTED and NOT_DEBIT_OR_PREPAID are card-eligibility checks the two-gate summary does not call out separately.
  • NO_MONEY_TRANSFER_CAPABILITY is the BIN money-transfer check behind the destination capability's OCT-eligibility gate.
  • CASE_DECISIONED_BY_OPS reflects a manual Highnote Operations decision rather than an automated check.

Issuer declines (Gate 1) are reflected in the status field and its status-change events. An issuer decline or an identity-driven REQUIRES_REVIEW produces no declineReasons value, so fall back to the status and the ANI/AVS codes in those cases.

Simulating capabilities

You can simulate capabilities with the following card data. Currently, only Visa cards support simulation.

Card NetworkPANCVV/CVCExpirationNameAddress
Visa4000 0000 0000 0010111Any future dateJohn Doe1234 Visa St, Visa, CA 12345

Query for status changes

latency

Payment instrument capabilities are returned synchronously in the createReusablePaymentMethodToken response, but can take 3-5 minutes to appear in subsequent queries due to synchronization between databases. Subscribe to the associated notification event topics to receive webhooks when a capability status changes.

To detect changes to the capabilities status after initial tokenization (e.g., from REQUIRES_REVIEWENABLED), query for the Customer object with the list of reusable payment methods (each will have a list of capabilities and their latest status). You can remove the checkoutToken object from the query.

FindCustomerCapabilities
Query
query FindCustomerCapabilities($customerIdentifier: String!) {
customer(customerIdentifier: $customerIdentifier) {
__typename
... on Customer {
customerIdentifier
cards: wallet(
first: 10
filterBy: { paymentMethodType: { equals: PAYMENT_CARD } }
) {
__typename
... on PaymentMethodConnection {
edges {
node {
... on PaymentMethodToken {
id
usage
instrument {
__typename
... on PaymentCardInstrument {
brand
last4
expiryYear
expiryMonth
capabilities {
__typename
... on InstantNetworkTransferDestinationPaymentInstrumentCapability {
status
createdAt
updatedAt
}
}
cardHolder {
fullName
email
billingAddress {
streetAddress
extendedAddress
locality
region
postalCode
countryCodeAlpha3
}
}
}
}
checkoutToken: token(scope: ECOMMERCE) {
__typename
... on ScopedPaymentMethodToken {
token
scope
}
}
createdAt
updatedAt
}
}
}
}
}
referenceNode {
__typename
... on USPersonAccountHolder {
id
name {
givenName
familyName
}
email
}
... on USBusinessAccountHolder {
id
businessProfile {
id
name {
legalBusinessName
}
website
}
}
}
}
}
}
Variables
{
"customerIdentifier": "<YOUR_CUSTOMER_ID>"
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"customer": {
"__typename": "Customer",
"customerIdentifier": "<YOUR_CUSTOMER_ID>",
"cards": {
"__typename": "PaymentMethodConnection",
"edges": [
{
"node": {
"id": "<PAYMENT_METHOD_TOKEN>",
"usage": "MULTI_USE",
"instrument": {
"__typename": "PaymentCardInstrument",
"brand": "VISA",
"last4": "0010",
"expiryYear": "2028",
"expiryMonth": "12",
"capabilities": [
{
"__typename": "InstantNetworkTransferDestinationPaymentInstrumentCapability",
"status": "ENABLED",
"createdAt": "2026-04-21T12:00:00.000Z",
"updatedAt": "2026-04-21T12:00:00.000Z"
}
],
"cardHolder": {
"fullName": "John Doe",
"email": "john.doe@example.com",
"billingAddress": {
"streetAddress": "1234 Visa St",
"extendedAddress": null,
"locality": "Visa",
"region": "CA",
"postalCode": "12345",
"countryCodeAlpha3": "USA"
}
}
},
"checkoutToken": {
"__typename": "ScopedPaymentMethodToken",
"token": "<PAYMENT_METHOD_TOKEN>",
"scope": "ECOMMERCE"
},
"createdAt": "2026-04-21T12:00:00.000Z",
"updatedAt": "2026-04-21T12:00:00.000Z"
}
}
]
},
"referenceNode": {
"__typename": "USPersonAccountHolder",
"id": "<PERSON_ACCOUNT_HOLDER_ID>",
"name": {
"givenName": "John",
"familyName": "Doe"
},
"email": "john.doe@example.com"
}
}
}
}

Retrieve verification results

You can query ANI and AVS response codes inline when vaulting a card or on a vaulted card.

The capability status tells you whether a card can send or receive funds; the underlying ANI and AVS results determine the status value. Both ANI and AVS response codes are available on each capability's $0 verification transaction created when the card was vaulted.

gate failures produce no codes

ANI/AVS codes only explain the status once the card clears both verification gates. A capability that is DISABLED from a gate failure (issuer decline or OCT-ineligibility) never reaches ANI/AVS scoring, so its response codes won't explain the status. See How status is determined for the gate logic.

That transaction is a PaymentDebitTransaction, so select its responseCode inside a fragment ... on PaymentDebitTransaction.

FieldCheckPossible values
fullNameCode, firstNameCode, lastNameCode, middleNameCodeANIMATCHED, PARTIALLY_MATCHED, NOT_MATCHED, NOT_PROVIDED, NOT_APPLICABLE
addressCode, postalCodeAVSMATCHED, NOT_MATCHED, NOT_VERIFIED, NOT_PROVIDED, SKIPPED, UNKNOWN
securityCodeCVVMATCHED, NOT_MATCHED, NOT_VERIFIED, NOT_PROVIDED, SKIPPED, UNKNOWN

The destination and source capabilities are backed by the same verificationPaymentTransaction, so the ANI and AVS response codes are identical for both directions. What can differ is the capability status.

Each direction scores the same codes against its own thresholds, so the stricter source (pull/AFT) capability can land on REQUIRES_REVIEW while the destination (push/OCT) capability is ENABLED. See Combining ANI and AVS for the scoring rules.

codes are network-agnostic

ANI/AVS response codes are normalized across card networks. Visa and Mastercard return verification results through different underlying services, but Highnote maps both into the single set of fields above. So you read the same addressCode, postalCode, and name-match codes regardless of which network the card runs on, and never branch on network.

Query inline when vaulting a card

When you make the payment method token reusable in Step 2, request the verification fields on the mutation response to receive the results without a follow-up call.

CreateReusablePaymentMethodTokenWithVerification
Query
mutation CreateReusablePaymentMethodTokenWithVerification(
$input: CreateReusablePaymentMethodTokenInput!
) {
createReusablePaymentMethodToken(input: $input) {
__typename
... on PaymentMethodToken {
instrument {
__typename
... on PaymentCardInstrument {
brand
last4
capabilities {
__typename
... on InstantNetworkTransferDestinationPaymentInstrumentCapability {
status
verificationPaymentTransaction {
id
... on PaymentDebitTransaction {
responseCode {
fullNameCode
firstNameCode
lastNameCode
middleNameCode
addressCode
postalCode
securityCode
processorResponseCode
}
}
}
}
... on InstantNetworkTransferSourcePaymentInstrumentCapability {
aftStatus: status
verificationPaymentTransaction {
id
... on PaymentDebitTransaction {
responseCode {
fullNameCode
firstNameCode
lastNameCode
middleNameCode
addressCode
postalCode
securityCode
processorResponseCode
}
}
}
}
}
}
}
checkoutToken: token(scope: ECOMMERCE) {
... on ScopedPaymentMethodToken {
token
}
}
}
}
}
Variables
{
  "input": {
    "paymentMethodTokenId": "tkpmc_single_use_1",
    "customerIdentifier": "ps_customerIdentifier",
    "idempotencyKey": "idempotencyKey"
  }
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"createReusablePaymentMethodToken": {
"__typename": "PaymentMethodToken",
"instrument": {
"__typename": "PaymentCardInstrument",
"brand": "VISA",
"last4": "0010",
"capabilities": [
{
"__typename": "InstantNetworkTransferDestinationPaymentInstrumentCapability",
"status": "REQUIRES_REVIEW",
"verificationPaymentTransaction": {
"id": "<PAYMENT_TRANSACTION_ID>",
"responseCode": {
"fullNameCode": "PARTIALLY_MATCHED",
"firstNameCode": "MATCHED",
"lastNameCode": "NOT_MATCHED",
"middleNameCode": "NOT_PROVIDED",
"addressCode": "MATCHED",
"postalCode": "NOT_MATCHED",
"securityCode": "MATCHED",
"processorResponseCode": "APPROVED"
}
}
},
{
"__typename": "InstantNetworkTransferSourcePaymentInstrumentCapability",
"aftStatus": "REQUIRES_REVIEW",
"verificationPaymentTransaction": {
"id": "<PAYMENT_TRANSACTION_ID>",
"responseCode": {
"fullNameCode": "PARTIALLY_MATCHED",
"firstNameCode": "MATCHED",
"lastNameCode": "NOT_MATCHED",
"middleNameCode": "NOT_PROVIDED",
"addressCode": "MATCHED",
"postalCode": "NOT_MATCHED",
"securityCode": "MATCHED",
"processorResponseCode": "APPROVED"
}
}
}
]
},
"checkoutToken": {
"token": "<PAYMENT_METHOD_TOKEN>"
}
}
}
}

Query a vaulted card

Query the customer's wallet at any time to re-read the latest verification codes for each vaulted (or saved) card.

FindCardVerificationResults
Query
query FindCardVerificationResults($customerIdentifier: String!) {
customer(customerIdentifier: $customerIdentifier) {
__typename
... on Customer {
customerIdentifier
cards: wallet(
first: 10
filterBy: { paymentMethodType: { equals: PAYMENT_CARD } }
) {
__typename
... on PaymentMethodConnection {
edges {
node {
... on PaymentMethodToken {
id
instrument {
__typename
... on PaymentCardInstrument {
brand
last4
capabilities {
__typename
... on InstantNetworkTransferDestinationPaymentInstrumentCapability {
status
verificationPaymentTransaction {
id
... on PaymentDebitTransaction {
responseCode {
fullNameCode
firstNameCode
lastNameCode
middleNameCode
addressCode
postalCode
securityCode
processorResponseCode
}
}
}
}
... on InstantNetworkTransferSourcePaymentInstrumentCapability {
aftStatus: status
verificationPaymentTransaction {
id
... on PaymentDebitTransaction {
responseCode {
fullNameCode
firstNameCode
lastNameCode
middleNameCode
addressCode
postalCode
securityCode
processorResponseCode
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Variables
{
"customerIdentifier": "<YOUR_CUSTOMER_ID>"
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"customer": {
"__typename": "Customer",
"customerIdentifier": "<YOUR_CUSTOMER_ID>",
"cards": {
"__typename": "PaymentMethodConnection",
"edges": [
{
"node": {
"id": "<PAYMENT_METHOD_TOKEN>",
"instrument": {
"__typename": "PaymentCardInstrument",
"brand": "VISA",
"last4": "0010",
"capabilities": [
{
"__typename": "InstantNetworkTransferDestinationPaymentInstrumentCapability",
"status": "REQUIRES_REVIEW",
"verificationPaymentTransaction": {
"id": "<PAYMENT_TRANSACTION_ID>",
"responseCode": {
"fullNameCode": "PARTIALLY_MATCHED",
"firstNameCode": "MATCHED",
"lastNameCode": "NOT_MATCHED",
"middleNameCode": "NOT_PROVIDED",
"addressCode": "MATCHED",
"postalCode": "NOT_MATCHED",
"securityCode": "MATCHED",
"processorResponseCode": "APPROVED"
}
}
},
{
"__typename": "InstantNetworkTransferSourcePaymentInstrumentCapability",
"aftStatus": "REQUIRES_REVIEW",
"verificationPaymentTransaction": {
"id": "<PAYMENT_TRANSACTION_ID>",
"responseCode": {
"fullNameCode": "PARTIALLY_MATCHED",
"firstNameCode": "MATCHED",
"lastNameCode": "NOT_MATCHED",
"middleNameCode": "NOT_PROVIDED",
"addressCode": "MATCHED",
"postalCode": "NOT_MATCHED",
"securityCode": "MATCHED",
"processorResponseCode": "APPROVED"
}
}
}
]
}
}
}
]
}
}
}
}

Capability status-change events

When a capability transitions, Highnote sends a notification event so your integration can react without polling. The four events that fire on the PaymentMethodToken are:

Webhook event nameWhen it fires
PAYMENT_METHOD_CAPABILITY_STATUS_ENABLED_EVENTA capability moved to ENABLED (the card can be used in the corresponding direction).
PAYMENT_METHOD_CAPABILITY_STATUS_DISABLED_EVENTA capability moved to DISABLED (the card cannot be used in the corresponding direction).
PAYMENT_METHOD_CAPABILITY_STATUS_REQUIRES_REVIEW_EVENTA capability moved to REQUIRES_REVIEW (the card requires manual review by Highnote Operations before it can be used).
PAYMENT_METHOD_CAPABILITY_STATUS_REVIEWED_EVENTA capability previously in REQUIRES_REVIEW was reviewed. Inspect capability.status for the outcome (ENABLED or DISABLED).

Highnote sends one notification per capability status change — the destination and source capabilities fire independently. For payload examples and the destination/source webhook-aliasing pattern, see Capabilities events in the Events reference.

How capabilities gate transactions

A transfer cannot be initiated unless the relevant capability on the external card is ENABLED:

The two capabilities are independent — the same card may be ENABLED for one direction and REQUIRES_REVIEW or DISABLED for the other. If you attempt to initiate a transfer against a card whose capability is not ENABLED in the relevant direction, the transfer fails before the network sees it.

Event lifecycle

The lifecycle of every Instant Network Transfer has the following properties:

  • There are two phases — (a) a one-time $0 verification (or vaulting), per card, that unlocks capabilities, and (b) the actual transfer itself.
  • There are three objects created across the lifecycle — two instances of PaymentTransaction and one InstantNetworkTransfer.
  • During the transfer phase, the INT forks along two tracks with unique timelines — (a) funds become available to the cardholder almost instantly (b) the funds settle with the networks in 1-3 days.

Verification and transfer phases

PHASE 1 — Verification / Vaulting (one-time per card)
─────────────────────────────────────

Highnote sends a $0 verification to the Issuer.
Outcome: capability status (ENABLED / REQUIRES_REVIEW / DISABLED).
ENABLED is the prerequisite for any transfer.




PHASE 2 — Transfer (two parallel timelines per transfer)
──────────────────────────────────────────────────────────

InstantNetworkTransfer is initiated

├──► FUNDS AVAILABILITY timeline ──► seconds – 30 min
│ (Fast Funds SLA) Funds visible
│ INT.status = COMPLETED

└──► FUNDS SETTLEMENT timeline ──► T+1 business day
(network settlement) Associated PaymentTransaction
clears and disburses

Transaction and transfer objects

Three objects track the progress of an INT. Two are PaymentTransaction instances with different roles and parents.

  1. $0 Verification PaymentTransaction — created once when a card is vaulted; see Capabilities.
  2. InstantNetworkTransfer — created at initiation.
  3. Associated PaymentTransaction — created during execution.
VAULT TIME (one-time)
─────────────────────

Capability (per-card status)

│ verificationPaymentTransaction

1. $0 Verification PaymentTransaction (one per vaulted card)


TRANSFER TIME (per transfer)
────────────────────────────

2. InstantNetworkTransfer (the transfer order; status PENDING → COMPLETED)

│ events[].associatedPaymentTransaction

3. Associated PaymentTransaction (stays PENDING until T+1 disbursement)

Parallel transfer timelines

The actual transfer forks along two parallel timelines, each with unique milestones:

INT TimelineMilestoneHow you know it happened
Funds availabilityRecipient cardholder can see and spend the funds (instant to 30 min)InstantNetworkTransfer.status = COMPLETED
Funds settlementFunds disburse from your financial account (1-3 days)PaymentTransaction.status exits PENDING

Timeline: funds availability

Funds become available to the recipient cardholder when the recipient Issuer posts them—typically within seconds, but up to 30 minutes (60 seconds for U.S. domestic). The Issuer post happens off-event as no InstantNetworkTransferEvent fires when the recipient cardholder is credited.

Funds-availability speed is governed by the recipient Issuer's adherence to the payment network specifications—not by Highnote, and not by the INT's own status. The destination capability is your earliest signal where ENABLED indicates BIN-level money-transfer support and DISABLED often signals the opposite.

By contrast, ON_HOLD_* transfers can take hours and should not be confused with transfers in the PENDING state. Until an on-hold transfer resolves, your ledger holds on the originating account remain in place and the transfer's final outcome is not yet settled. See On-hold states.

On-hold and pending states are not interchangeable for funds-availability planning.

Payment network funds availability rules

Fast Funds is the Visa Direct rule for Original Credit Transactions (OCTs). On Visa Direct, the recipient Issuer must post funds within the Fast Funds SLA.

Fast Funds participation is required for all U.S. debit, credit, and prepaid Issuers.

A participating Issuer must:

  • Support the OCT message (a 0100/TC06 dual-message exchange, or a 0200 single-message system)
  • Make funds available within 30 minutes or less of approving the OCT (60 seconds or less for U.S. domestic)
  • Submit an updated Customer Information Questionnaire (CIQ) to Visa to enable the Fast Funds indicator on its issuing identifier.

For qualifying transactions, a Fast Funds indicator is carried in TCR3 position 16 for Issuer reconciliation. If the recipient Issuer does not comply with the SLA, Visa permits the Non/Late Posting Process to reclaim funds.

BIN money-transfer check

Highnote's BIN service checks money-transfer support (including Fast Funds) when evaluating the InstantNetworkTransferDestinationPaymentInstrumentCapability. A capability returned as DISABLED because the BIN does not support money transfers is a strong tell that the recipient Issuer is not Fast Funds-enabled.

For Mastercard Send, Mastercard specifies a 30-minute funds availability rule from the time of authorization approval.

Timeline: funds settlement

Disbursement is when funds actually leave your financial account and the associated PaymentTransaction transitions out of PENDING. Disbursement typically occurs the next business day after the INT completes.

Next business days are:

  • Monday–Thursday → next business day
  • Friday, Saturday, Sunday → batched, disburse Monday (three-day batch)
  • Immediately before a Monday bank holiday → batched through the holiday, disburse Tuesday (four-day batch)

The associated PaymentTransaction stays in PENDING throughout this window, and transitions only when disbursement completes, even if the status is already COMPLETED.

Merchant disbursement no-op
  • As part of this next-day settlement, Highnote emits a system-generated OriginatedAchTransfer notification for the settled volume on each originating account (purpose: MERCHANT_DISBURSEMENT).
  • You don't initiate or act on it. See Merchant disbursements.

For the network-side schedule that drives these batches, see Network settlement times.

Ledger movement

As the INT progresses, your financial account ledgers update in two steps:

INT statusLedger movementEffect on your account
PENDINGavailable_cashpush_payment_payableYour spendable balance drops; funds are reserved and cannot be committed to another transfer.
COMPLETEDpush_payment_payablecashThe ledger entry finalizes for the outgoing transfer.

Your spendable balance reflects the outgoing INT as soon as it enters PENDING — not at disbursement.

Lifecycle events

A transfer fires through the following InstantNetworkTransferEventType values, observable via the events field. The Milestone column flags events that mark cardholder funds availability and your funds settlement progress.

Event typeWhen it firesMilestone
INITIAL_REQUESTTransfer requestedYour INT is initiated
COMPLIANCE_REVIEWCompliance review event was created
AUTHORIZE_PULL_PAYMENT_FUNDPull (debit / AFT) authorized
AUTHORIZE_PUSH_PAYMENT_FUNDPush (credit / OCT) authorizedThe recipient cardholder's Fast Funds SLA starts
PULL_PAYMENTFunds pulled from source card
PUSH_PAYMENTFunds pushed to destination card
CLEAR_PULL_PAYMENT_FUNDPull cleared
CLEAR_PUSH_PAYMENT_FUNDPush cleared; INT transitions to COMPLETEDThe INT is confirmed and the associated PaymentTransaction enters PENDING
REVERSE_PULL_PAYMENT_FUNDPull reversed (failure path)
REVERSE_PUSH_PAYMENT_FUNDPush reversed (failure path)

The InstantNetworkTransferStatus transitions from PENDING to COMPLETED (or FAILED). A transfer may also pass through an intermediate on-hold state before it resolves. On FAILED, the event's failureReason field is populated with one of the InstantNetworkTransferFailureReason values, for example:

  • ANI_VERIFICATION_FAILED
  • COMPLIANCE_VERIFICATION_FAILED
  • BAD_CVV

Transfer status values

The InstantNetworkTransferStatus reports where a transfer is in its lifecycle:

StatusMeaning
PENDINGAccepted by Highnote and in flight.
COMPLETEDCleared the network; the funds are good and the transfer cannot be reversed.
FAILEDRejected; any ledger holds on the originating account are reversed.
ON_HOLD_AWAITING_NETWORKReached the network, but the network's approval is not yet known because of a connectivity failure. Highnote reconciles against the network's settlement records to determine the outcome.
ON_HOLD_AWAITING_RESOLUTIONThe network approved the transfer, but it is awaiting internal resolution after a post-approval processing error on Highnote's side. Resolves without cardholder action.

On-hold states

Most transfers move from PENDING to COMPLETED within seconds. A small subset instead enters one of two on-hold states when a transfer reaches the network but its outcome cannot yet be confirmed by Highnote. Both are normal, automatically-resolving states, not system failures, and they differ in what is still unknown:

  • ON_HOLD_AWAITING_NETWORK — the network's approval itself is unknown, because a connectivity failure prevented Highnote from receiving the network's response. Highnote reconciles against the network's settlement records to determine whether the transfer succeeded or failed.
  • ON_HOLD_AWAITING_RESOLUTION — the network approved the transfer, but a post-approval processing error on Highnote's side is still being resolved internally.

While a transfer is on hold:

  • Your ledger hold remains in place. The hold taken at AUTHORIZE_PUSH_PAYMENT_FUND on the originating account stays reserved until the transfer resolves. Your spendable balance does not return during the on-hold window. This is the PENDING-row reservation in Ledger movement. The on-hold transfer holds there rather than advancing.
  • No Subscriber action is required. Highnote resolves the transfer automatically, by reconciling against the network's settlement records (ON_HOLD_AWAITING_NETWORK), or by completing internal processing (ON_HOLD_AWAITING_RESOLUTION).
On-hold transfers can take hours. Once resolved they move to COMPLETED or FAILED.

The on-hold value is a status of the InstantNetworkTransfer itself, surfaced on the transfer's network-facing events in the event timeline. When the transfer resolves, the leg's clearing event (CLEAR_*) marks completion, and its reversal event (REVERSE_*) marks an unwound transfer.

UFT state machine

Every Instant Network Transfer is executed through the Unified Funds Transfer framework. The UFT moves through three transaction-level states. The rail step (RTP or INT) runs internally and is not directly observable through webhooks; OFAC screening happens inside it.

On FAILED, inspect UnifiedFundsTransferFailureReason on the step whose status is FAILED to determine the cause (rail rejection, sanctions screen, account closed, etc.).

Webhook notifications

For event-driven integrations, Highnote also delivers higher-level UFT and INT lifecycle webhooks:

Webhook event nameWhen it fires
UNIFIED_FUNDS_TRANSFER_INITIATED_EVENTA Unified Funds Transfer was initiated
INSTANT_NETWORK_TRANSFER_INITIATED_EVENTThe INT portion of the UFT was initiated
INSTANT_NETWORK_TRANSFER_COMPLETED_EVENTThe INT portion completed; funds are good and the transfer cannot be reversed
INSTANT_NETWORK_TRANSFER_FAILED_EVENTThe INT portion failed; inspect failureReason on the associated event
UNIFIED_FUNDS_TRANSFER_COMPLETED_EVENTThe UFT completed end-to-end
UNIFIED_FUNDS_TRANSFER_FAILED_EVENTThe UFT failed end-to-end

For payload schemas and full webhook details, see Unified funds transfer and Instant network transfer in the Events reference.

Creating an instant payment

Creating an instant payment requires the following steps:

no reversals or refunds

You cannot reverse or refund Instant Network Transfers. As soon as an INT completes, the funds are considered “good funds,” and the transfer cannot be undone.

To reverse the money movement of a completed Instant Network Transfer, you must run another follow-on INT. All associated fees are charged to you.

Step 1. Generate single-use Payment Method Token

You can use the Highnote Checkout SDK or Secure Inputs SDK to tokenize a customer's card data as a single-use PaymentMethodToken. Integrate either SDK in your application on the page where the customer enters their card and saves their payment method.

Summary of the SDK token flow
  1. Fetch client token with generatePaymentMethodTokenizationClientToken: Your server gets a client token from Highnote for authentication.
  2. Initialize SDK: You pass the client token to renderCheckout() (with other configurations).
  3. Customer presses Submit button: This triggers an onTokenizeSuccess callback whereby the SDK tokenizes the card data and returns a PaymentMethodToken representing the customer's card data.
  4. Pass PaymentMethodToken to your server: Your server can securely authenticate with Highnote's API to complete the payment process.
The single-use PaymentMethodToken is valid for 3 hours.

Checkout SDK

Follow the guide on setting up the Checkout SDK. When initializing the SDK, configure the submitButton text to be Submit instead of "Pay":

renderCheckout({
clientToken,
additionalFormSections: {
cardHolderName: true,
billingAddress: true,
},
submitButton: {
text: "Submit",
},
});

Secure Inputs SDK

Follow the guide on setting up the Secure Inputs SDK. When tokenizing, additional cardholder data is required for OFAC and AVS compliance checks — namely, fullName and billingAddress.

Step 2. Make Payment Method Token reusable

latency

Payment instrument capabilities are returned synchronously in the createReusablePaymentMethodToken response, but can take 3-5 minutes to appear in subsequent queries due to synchronization between databases. Subscribe to the associated notification event topics to receive webhooks when a capability status changes.

In this step, you associate the single-use PaymentMethodToken from Step 1 with the customer's ID, thereby making it a reusable token. The reusable PaymentMethodToken is only effective if capabilities status returns as ENABLED.

Use the mutation createReusablePaymentMethodToken and set paymentMethodTokenId to the single-use PaymentMethodToken (e.g., "tkpmc_single_use_1"). The response returns a checkoutToken (e.g., "tkpmc_1").

You only need to create a reusable PaymentMethodToken once per customer.
CreateReusablePaymentMethodToken
Query
mutation CreateReusablePaymentMethodToken(
$input: CreateReusablePaymentMethodTokenInput!
) {
createReusablePaymentMethodToken(input: $input) {
__typename
... on PaymentMethodToken {
instrument {
__typename
... on PaymentCardInstrument {
brand
last4
capabilities {
__typename
... on InstantNetworkTransferDestinationPaymentInstrumentCapability {
createdAt
status
updatedAt
}
}
}
}
checkoutToken: token(scope: ECOMMERCE) {
... on ScopedPaymentMethodToken {
token
}
}
}
}
}
Variables
{
  "input": {
    "paymentMethodTokenId": "tkpmc_single_use_1",
    "customerIdentifier": "ps_customerIdentifier",
    "idempotencyKey": "idempotencyKey"
  }
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"createReusablePaymentMethodToken": {
"__typename": "PaymentMethodToken",
"instrument": {
"__typename": "PaymentCardInstrument",
"brand": "VISA",
"last4": "4242",
"capabilities": [
{
"__typename": "InstantNetworkTransferDestinationPaymentInstrumentCapability",
"createdAt": "2025-07-11T23:28:18.977Z",
"status": "ENABLED",
"updatedAt": "2025-07-11T23:28:18.977Z"
}
]
},
"checkoutToken": {
"token": "tkpmc_1"
}
}
}
}

The response includes capability statuses that determine whether the card can send or receive funds. See Capabilities for how these statuses are determined and how to simulate them.

Step 3. Get single-use Scoped Payment Method Token

Ensure that your reusable payment method token has capabilities status = ENABLED.

You can get a unique single-use ScopedPaymentMethodToken by querying the Customer object with the reusable payment method token. Set token to the reusable PaymentMethodToken (e.g., "tkpmc_1").

{
"checkoutToken": {
"__typename": "ScopedPaymentMethodToken",
"token": "tkpmc_1",
"scope": "ECOMMERCE"
}
}

Step 4. Create a Unified Funds Transfer Quote

Quotes are valid for 30 minutes. Once a quote expires, you must generate a new one.

Before you can initiate a card-to-card Unified Funds Transfer, you must first request a quote for the fees to present to the user. All fees come out of your financial account.

To create a quote for fees, set the following inputs:

  • Set source.id as the ID of a Highnote FinancialAccount owned by user.
  • Set source.amount as the amount to send.
  • Set destination.id as the ScopedPaymentMethodToken.

Each UnifiedFundsTransferQuote has an expiresAt value indicating how long the quote is valid. Reference that timestamp to ensure the quote is still valid when offering it to the user.

You are now ready to use the following mutation to create a UnifiedFundsTransferQuote in a quote state. You may get back multiple quotes depending on the fee and time estimate.

CreateTransferQuote
Query
mutation CreateTransferQuote($input: CreateUnifiedFundsTransferQuoteInput!) {
createUnifiedFundsTransferQuote(input: $input) {
__typename
... on CreateUnifiedFundsTransferQuoteResult {
quotes {
id
source {
node {
... on FinancialAccount {
id
}
}
amount {
currencyCode
value
decimalPlaces
}
}
destination {
node {
... on PaymentMethodToken {
id
}
}
amount {
currencyCode
value
decimalPlaces
}
}
transferDetail {
timeEstimate
feeTotal {
value
decimalPlaces
}
}
idempotencyKey
expiresAt
}
}
}
}
Variables
{
  "input": {
    "source": {
      "id": "ac_1",
      "amount": {
        "currencyCode": "USD",
        "value": "15000"
      }
    },
    "destination": {
      "id": "tkpmc_1"
    },
    "idempotencyKey": "idempotencyKey"
  }
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"createUnifiedFundsTransferQuote": {
"__typename": "CreateUnifiedFundsTransferQuoteResult",
"quotes": [
{
"quoteIdentifier": "woquo_1",
"source": {
"node": {
"id": "ac_1"
},
"amount": {
"currencyCode": "USD",
"value": 15000,
"decimalPlaces": 2
}
},
"destination": {
"node": {
"id": "tkpmc_1"
},
"amount": {
"currencyCode": "USD",
"value": 14737,
"decimalPlaces": 2
}
},
"transferDetails": {
"timeEstimate": "3 seconds",
"feeTotal": {
"value": 263,
"decimalPlaces": 2
}
},
"idempotencyKey": "idempotencyKey",
"expiresAt": "2022-01-01T00:00:00Z"
},
{
"quoteIdentifier": "woquo_2",
"source": {
"node": {
"id": "ac_1"
},
"amount": {
"currencyCode": "USD",
"value": 15000,
"decimalPlaces": 2
}
},
"destination": {
"node": {
"id": "tkpmc_1"
},
"amount": {
"currencyCode": "USD",
"value": 15000,
"decimalPlaces": 2
}
},
"transferDetails": {
"timeEstimate": "2-5 days",
"feeTotal": {
"value": 0,
"decimalPlaces": 2
}
},
"idempotencyKey": "idempotencyKey",
"expiresAt": "2022-01-01T00:00:00Z"
}
]
}
}
}

Step 5. Initiate a Unified Funds Transfer

Once the user has chosen a quote, you can initiate the transfer. Use a UnifiedFundsTransferQuote.quoteIdentifier that has not expired to start the transfer.

InitiateUnifiedFundsTransfer
Query
mutation InitiateUnifiedFundsTransfer(
$input: InitiateUnifiedFundsTransferInput!
) {
initiateUnifiedFundsTransfer(input: $input) {
__typename
... on UnifiedFundsTransfer {
id
source {
node {
... on FinancialAccount {
id
}
}
amount {
currencyCode
value
decimalPlaces
}
}
destination {
node {
... on PaymentMethodToken {
id
}
}
amount {
currencyCode
value
decimalPlaces
}
}
externalIdentifier
idempotencyKey
steps {
... on UnifiedFundsTransferInitiateRequestStep {
status
createdAt
}
... on UnifiedFundsTransferInstantNetworkTransferStep {
status
createdAt
transfer {
... on InstantNetworkTransfer {
id
createdAt
updatedAt
status
failureReason
}
}
}
}
}
}
}
Variables
{
  "input": {
    "id": "woquo_1"
  }
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"initiateUnifiedFundsTransfer": {
"__typename": "UnifiedFundsTransfer",
"id": "wouft_1",
"source": {
"node": {
"id": "ac_1"
}
},
"destination": {
"node": {
"id": "tkpmc_1"
}
},
"externalIdentifier": "externalIdentifier",
"idempotencyKey": "idempotencyKey",
"steps": [
{
"status": "COMPLETED",
"createdAt": "2025-07-11T19:22:37.510Z"
},
{
"status": "PROCESSING",
"createdAt": "2025-07-11T19:22:37.510Z",
"transfer": {
"id": "eftip_1",
"createdAt": "2025-07-11T19:22:37.223Z",
"updatedAt": "2025-07-11T19:22:37.229Z",
"status": "PENDING",
"failureReason": null
}
}
]
}
}
}

Query existing Unified Funds Transfer

To look up an existing Unified Funds Transfer, use the following query:

GetInstantNetworkTransfer
Query
query GetInstantNetworkTransfer($id: ID!) {
node(id: $id) {
__typename
id
... on UnifiedFundsTransfer {
status
steps {
__typename
... on UnifiedFundsTransferInstantNetworkTransferStep {
__typename
transfer {
... on InstantNetworkTransfer {
createdAt
destination {
node {
__typename
... on PaymentMethodToken {
id
}
}
}
status
events {
__typename
type
}
externalIdentifier
failureReason
id
idempotencyKey
updatedAt
}
}
}
}
}
}
}
Variables
{
"id": "wouft_1"
}
⚠️ Please login to execute queries. Visit the dashboard to authenticate.
Result
{
"data": {
"node": {
"__typename": "UnifiedFundsTransfer",
"id": "wouft_1",
"status": "PROCESSING",
"steps": [
{
"__typename": "UnifiedFundsTransferInitiateRequestStep"
},
{
"__typename": "UnifiedFundsTransferInstantNetworkTransferStep",
"transfer": {
"createdAt": "2025-07-10T22:30:59.749Z",
"destination": {
"node": {
"__typename": "PaymentMethodToken",
"id": "pm_1"
}
},
"status": "COMPLETED",
"events": [
{
"__typename": "InstantNetworkTransferEvent",
"type": "PUSH_PAYMENT"
},
{
"__typename": "InstantNetworkTransferEvent",
"type": "CLEAR_PUSH_PAYMENT_FUND"
},
{
"__typename": "InstantNetworkTransferEvent",
"type": "AUTHORIZED_PUSH_PAYMENT_FUND"
}
],
"externalIdentifier": "",
"failureReason": null,
"id": "eftip_1",
"idempotencyKey": "idempotencyKey",
"updatedAt": "2025-07-10T22:31:09.876Z"
}
}
]
}
}
}