Real-Time Payments transfers move funds, within seconds, between your Increase account and any other account on the Real-Time Payments network.
The Account from which the transfer was sent.
If the transfer is acknowledged by the recipient bank, this will contain supplemental details.
The transfer amount in USD cents.
If your account requires approvals for transfers and the transfer was approved, this will contain details of the approval.
If your account requires approvals for transfers and the transfer was not approved, this will contain details of the cancellation.
The ISO 8601 date and time at which the transfer was created.
What object created the transfer, either via the API or the dashboard.
The name of the transfer's recipient. This is set by the sender when creating the transfer.
The ISO 4217 code for the transfer's currency. For real-time payments transfers this is always equal to USD
.
The name of the transfer's sender. If not provided, defaults to the name of the account's entity.
The destination account number.
The destination American Bankers' Association (ABA) Routing Transit Number (RTN).
The identifier of the External Account the transfer was made to, if any.
The Real-Time Payments Transfer's identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The ID for the pending transaction representing the transfer. A pending transaction is created when the transfer requires approval by someone else in your organization.
If the transfer is rejected by Real-Time Payments or the destination financial institution, this will contain supplemental details.
Unstructured information that will show on the recipient's bank statement.
The Account Number the recipient will see as having sent the transfer.
The lifecycle status of the transfer.
After the transfer is submitted to Real-Time Payments, this will contain supplemental details.
The Transaction funding the transfer once it is complete.
A constant representing the object's type. For this resource it will always be real_time_payments_transfer
.
The name of the ultimate recipient of the transfer. Set this if the creditor is an intermediary receiving the payment for someone else.
The name of the ultimate sender of the transfer. Set this if the funds are being sent on behalf of someone who is not the account holder at Increase.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Real-Time Payments Transfers to those belonging to the specified Account.
Filter Real-Time Payments Transfers to those made to the specified External Account.
Filter records to the one with the specified idempotency_key
you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Return results whose value is in the provided list. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
The transfer amount in USD cents. For Real-Time Payments transfers, must be positive.
The name of the transfer's recipient.
The name of the transfer's sender. If not provided, defaults to the name of the account's entity.
The destination account number.
The destination American Bankers' Association (ABA) Routing Transit Number (RTN).
The ID of an External Account to initiate a transfer to. If this parameter is provided, destination_account_number
and destination_routing_number
must be absent.
Unstructured information that will show on the recipient's bank statement.
Whether the transfer requires explicit approval via the dashboard or API.
The identifier of the Account Number from which to send the transfer.
The name of the ultimate recipient of the transfer. Set this if the creditor is an intermediary receiving the payment for someone else.
The name of the ultimate sender of the transfer. Set this if the funds are being sent on behalf of someone who is not the account holder at Increase.
The identifier of the Real-Time Payments Transfer.
Approves an Real-Time Payments Transfer in a pending_approval state.
The identifier of the Real-Time Payments Transfer to approve.
Cancels an Real-Time Payments Transfer in a pending_approval state.
The identifier of the pending Real-Time Payments Transfer to cancel.
Simulates submission of a Real-Time Payments Transfer and handling the response from the destination financial institution. This transfer must first have a status
of pending_submission
.
The identifier of the Real-Time Payments Transfer you wish to complete.
If set, the simulation will reject the transfer.