Bill Reporting Documentation
Overview
Upward enables companies to offer their end users a seamless way to build credit by reporting rent, telecom, and utility payments to the credit bureaus. Our platform provides a quick and easy integration via API or an embeddable widget, allowing businesses to effortlessly extend this valuable service. By helping consumers gain credit history through everyday expenses, partners can enhance engagement, differentiate their offerings, and unlock new revenue opportunities—all while empowering their customers’ financial growth.
What is Upward Bill Reporting?
Upward Bill Reporting is Upward’s turnkey solution for Consumer-Permissioned Data (CPD) furnishment, where Upward acts as the data furnisher on behalf of consumers. Unlike solutions that require partners to furnish data themselves, Upward manages the entire process, including:
- Furnisher credentialing
- Consumer data collection & validation
- Metro 2 file generation & submission With a seamless integration via API or embeddable widget, businesses can quickly enable credit reporting for rent, telecom, and utility payments—helping their users build credit with ease.
What is Consumer-Permissioned Data (CPD)
Consumer-Permissioned Data (CPD) refers to financial or personal data that a consumer explicitly authorizes a third party to access and use on their behalf. In the context of credit reporting, CPD allows consumers to grant permission for their rent, telecom, utility, or other payment history to be reported to credit bureaus to help build their credit profile.
Unlike traditional credit data, which is collected from lenders and financial institutions without direct consumer involvement, CPD gives individuals greater control over their financial information and how it is used to improve their credit standing.
Embedded Components
Bill Reporting functionality is exposed through two embedded components. The Bill Reporting Onboarding Component captures the consumer data necessary to enable bill reporting functionality. The Bill Reporting Component enables consumers to submit and monitor which bills are reported monthly.
Steps for onboarding via embedded component
- Get token
- Embed URL
POST https://auth-sandbox.upwardli.com/auth/token/
Here’s what a successful response looks like:
Onboarding Component
Onboarding Flow UI Specifics
The URL below will provide an embedded widget for the full onboarding flow:
- Get Started
- KYC
- Accept Terms
- Link bank account via Plaid
- Attestation to transactions
Example
The following is an example of how to load the onboarding UI Component in a react native application.
Plaid + Upward
- You need a hosted link url from UPW to open the Plaid flow
- UPW will send an iframe message to the parent frame with a plaid.token event
-
After receiving the hosted link, you’ll need to open a secure.plaid.com browser with the hosted link.
-
UPW plaid will send out
upwardli://plaid-link
url schema message to notify you when to close the secure.plaid.com browser. -
You’ll need to add a listener for this url schema (
plaid completion_redirect_uri
) to close the browser.
Here is the code example:
Onboarding iFrame messages
As the consumer completes the onboarding flow you’ll receive iFrame message from our component following what the consumer.
Example: View all message in the browser
Copy and paste the code in your console in the browser
Exchanging Partner API Token for a Customer Token
Once a valid token has been obtained using the Authentication API, a limited scope token can be obtained using the token exchange API. This token can be used to make requests for a specific consumer, and is safe to send to the client application/web browser as needed.
To request a token exchange send a POST to our auth server containing the access_token and requested scope.
- The audience must be for the correct Environment.
- Sandbox:
https://auth-sandbox.upwardli.com
- Production:
https://auth.upwardli.com
- Sandbox:
- The upward_consumer_id is the Upward id that you get from the Consumer API or the
consumer.created
webhook. - The new access token is a significantly longer string than the original access token.
POST https://auth-sandbox.upwardli.com/auth/token/exchange/
Bill Reporting Component
URL: https://component-embedded-sandbox.upwardli.com/bill-reporting?access_token={consumer_scope_token}

Attest to Transactions from home page
If the consumer can not attest to the transactions on the onboarding, they will have the ability to do it here
File a dispute
Consumer can report any incorrect information they see