Skip to content

Possible Status Values

Payment Statuses

Value of status property Description
Initiated A payment link entity has been successfully created and the cFiTransactionId was returned.
Sent A payment link was successfully sent to the customer to request payment.
Processing The customer has submitted a payment which is currently processing.
SentToPay The customer's payment has been validated, processed, and sent to the bank (ACH payment) or card processor (card payment).
Completed The connectFi service has received a response that the payment was acknowledged by the bank (ACH payment) or card processor (card payment).
Settled The connectFi service has received a response confirming that the funds were settled successfully.
Returned The connectFi service has received a response indicating that the payment was returned.
Declined The connectFi service has received a response indicating that the payment was declined.
Expired The payment link has expired.
Cancelled The payment link was cancelled manually prior to sending payment to the bank (ACH payment) or card processor (card payment). In order to cancel a payment link, the current status must be Initiated, Sent, or Processing.
Rejected There were too many failed attempts to make a payment via card.
Error An error has occurred during payment processing.