The payment endpoint
A Payment is the transfer of funds from a source checking or savings bank account to a destination credit card, auto loan, mortgage, student loan, and more.
All Payments are processed electronically between the source and destination, and take 2-3 business days depending on the receiving financial institution.
Cutoff Times
Payments are processed on business days (Monday - Friday), excluding US Banking Holidays.
- Source processing windows: 10:30 AM, 1:30 PM, and 4:30 PM CST
- Destination processing windows: 1:30 PM CST
Payment Objects
Unique identifier for the Payment.
The ID of an Account from which the Payment funds will be retrieved.
The ID of an Account where the Payment funds will be sent to.
The amount, in cents, of the Payment. (e.g. $1.00 = 100)
The Payment's description (maximum of 10 characters).
Status of the Payment.
Possible enum values
Possible enum values
pending
Initial status after the Payment is created. Payment will stay in this state until it is processed. Payment can be deleted in this state.
canceled
The Payment was canceled and was never processed.
processing
The Payment is being processed. At this point, the Payment can no longer be deleted.
failed
An error occurred while either pulling funds from the source Account orpushing funds to the destination Account.
sent
The Payment has been executed and sent to the banking networks.
posted
The Payment has been posted to the destination Account.
reversal_processing
The active reversal corresponding to this Payment has been approved and is being processed.
reversed
The active reversal has successfully been completed and the funds have been returned to the source Account.
An estimated date, in ISO 8601 format (YYYY-MM-DD), on which the Payment should be completed.
The underlying ID for the bank transaction on the source Account relating to this Payment.
An estimated date, in ISO 8601 format (YYYY-MM-DD), on which the funds pulled from the source Account will be completed.
The status of the pulling of funds from the source Account.
Possible enum values
Possible enum values
pending
The funds are scheduled to be pulled on the next cutoff window.
canceled
An error occurred while requesting to pull funds from the source Account.
returned
Failed to pull funds from the source Account.
sent
The funds were successfully pulled from the source Account.
The underlying ID for the bank transaction on the destination Account relating to this Payment.
The payment method used to process the Payment.
Possible enum values
Possible enum values
electronic
Electronic payment.
paper
Paper check payment.
An estimated date, in ISO 8601 format (YYYY-MM-DD), on which the funds sent to the destination Account will be completed.
The status of the push of funds to the destination Account.
Possible enum values
Possible enum values
pending
The funds are scheduled to be pushed on the next cutoff window.
processing
A request to push the funds to the destination Account has been initiated.
failed
An error occurred while requesting to push funds to the destination Account.
sent
The funds were successfully pushed to the destination Account.
posted
The funds have been posted to the destination Account.
returned
The funds have been returned from the destination Account.
The ID of an active Reversal.
A status indicating the flow of funds throughout the lifecycle of the Payment.
Possible enum values
Possible enum values
pending
Initial fund status after the Payment is created.
requested
The Payment funds have been requested from the source Account.
clearing
The Payment funds from the source Account have been received.
failed
The clearing of funds for a Payment have failed.
sent
The Payment funds have been sent to the destination Account.
posted
The Payment funds have been posted to the destination Account.
An object representing an error that occurred while processing this Payment. See Payment errors.
Timestamp of when the Payment was created.
Timestamp of when the Payment was last updated.