Embedded Payments

Overview

Spinwheel offers a number of payment mechanisms and options depending on the specific use case you are supporting. All debt types can have direct payments submitted to them, with some unique structures to give better flexibility and control.

The key payment use cases we provide are:

  1. Cross debt payment: Payment that is able to be run with all liability types, loan servicers, and individual user debt lines.
  2. Student Loan Direct Payments: Direct student loan payments for liabilities connected via Direct Student Loan Connection. These payments have enhanced functionality intended to give more flexibility to how the payment is applied with an individual loan

General Payments References

Here are the broad concepts/models that are necessary to understand our payments flows.

An object that dictates how funds will be used for a given payment. Funds can be directed towards multiple liabilities and goals based on the configuration of the use of funds object.

Payment Requests

The submission point for all payment origination, made up of a few key aspects:

TermDefinition
AmountThe amount to be applied with the transaction
TypeThe type of transaction it is (ONE_TIME, RECURRING)
Use of FundsAllocation model for how the amount is to be distributed

Transactions

Generated from the payment requests and the reference point for transaction status and lifecycle of the transaction itself

Payments to Platform

The starting point of funds disbursement, where you are transferring funds on to the platform for payment toward liabilities. Think of this as pre-filling the account where the funds will be disbursed from.

Transaction Statuses

These statuses and their corresponding definitions can be found

Transaction StatusDescription
SCHEDULINGWhen a Transaction has been received by Spinwheel but not is yet in the process of being scheduled
PROCESSINGWhen a Transaction is in the process of being scheduled with the loan servicer by Spinwheel
SCHEDULING_REVIEWWhen a Transaction was flagged for additional review by Spinwheel.
SCHEDULEDOnce a Transaction has been successfully scheduled with a loan servicer
APPLIEDOnce a Transaction has been successfully applied with a loan servicer
FAILEDWhen a Transaction was not able to be successfully scheduled with a loan servicer
CANCELLEDWhen a Transaction has been cancelled and will not be completed because the payment request was deleted or the transaction is in an unrecoverable state
RETURNEDWhen a Transaction has been returned by the servicer back to the originated account

Sandbox Transaction Testing

In order to test a payment in sandbox, please refer to the following:

  1. Submit a payment request or payment to platform
  2. Retrieve the transactionId
  3. Submit a PATCH request to simulate a payment transaction https://sandbox-api.spinwheel.io/sandbox/transactions/{transactionId}/simulate

This process will allow a payment to move through the following payment lifecycle:

  • SCHEDULING > SCHEDULED, CANCELLED
  • SCHEDULED > APPLIED, FAILED
  • APPLIED > FAILED
  • FAILED > RETURNED

This will trigger the corresponding webhook (UserPaymentStatusWebhookor the PlatformPaymentWebhook)

To learn more about our debt APIs and 1-click solutions, visit spinwheel.io.