Realtime Transfer
Realtime RFP object
The Realtime Request For Payment (RFP) object represents the current state of a single Realtime RFP initiated by or received by Column. Realtime RFPs are used to initiate and receive debit requests called Request for Payments over FedNow or the RTP network. The Realtime RFP object exposes all relevant information about the Realtime RFP to developers. Read more about Realtime RFP here.
Object Parameters
accepted_at
date-timeThe timestamp when the Realtime RFP was accepted
account_number_id
stringID of the account number that is sending/receiving the RFP
amount
numberAmount (in cents) of the funds that will be transferred between originator and counterparty accounts. e.g. $1.75 would be represented by 175
bank_account_id
stringID of the bank account that is sending/receiving the RFP
canceled_at
date-timeThe timestamp at which the Realtime RFP was canceled
completed_at
date-timeThe timestamp at which the Realtime RFP was completed
counterparty_id
stringID of the counterparty that is receiving/sending the RFP
currency_code
stringThe three-letter currency code defined in ISO 4217. e.g. USD
description
stringA description of the RFP visible in account statements
end_to_end_id
stringA unique identifier for the transfer that is passed through to the receiving bank. This is used for reconciliation purposes between originator and receiver.
expired_at
date-timeThe timestamp when the Realtime RFP expired
id
stringThe unique id of the RFP object
idempotency_key
stringThe idempotency key specified in the Realtime RFP
initiated_at
date-timeThe timestamp when the Realtime RFP was initiated
is_incoming
booleanIndicates the Realtime RFP is incoming (true) or outgoing (false)
is_on_us
booleanIndicates the Realtime RFP is between two bank accounts held at Column
presented_at
date-timeTime the RFP was presented
realtime_transfer_id
stringRealtime transfer object of a credit transfer that was sent/received to settle an accepted RFP
received_at
date-timeTime the RFP was received
rejected_at
date-timeThe timestamp at which the Realtime transfer was rejected after acceptance without posting
rejection_additional_info
stringContains further information on the rejection reason in free-formatted text, if available
rejection_code
stringCode representing a reason for Realtime payment rejection
rejection_code_description
stringDescription for the rejection_code
status
stringThe current status of the Realtime transfer. Possible statuses are initiated, presented, received, accepted, completed, rejected, expired, canceled