Get all finance requests

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

limit
integer
0 to 10000
The maximum number of customer accounts to be returned. Defaults to 12.

starting_after
string
Pass the value from the paging response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both.

ending_before
string
Pass the value from the paging response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both.

status
string
Comma-separated list of statuses of the Financial Requests to filter by (no whitespaces).

Allowed values: APPROVED, CONVERTED, IN_REVIEW, PENDING, REJECTED, VOID

requested_conversion_at_after
string
The moment in time the financial requests to be returned should have their requested_conversion_at older than

requested_conversion_at_before
string
The moment in time the financial requests to be returned should have their requested_conversion_at younger than

product_type
string
Comma-separated list of the product types of the accounts to filter by (no whitespaces).

Allowed values: INSTALLMENT, INVENTORY_FINANCING, REVOLVING, LOGISTICS_FINANCING, etc.

partner_entity_id
string
Comma-separated list of Partner Entity IDs for the Financial Requests to filter by (no whitespaces)

customer_filter
string
Comma-separated list of customer ids for the Financial Requests to filter by (no whitespaces)

search_parameters
string
Searches by finance_request_id, product_name, doing_business_as, business_legal_name or customer's first and last name. Based on the input search parameter, the top responses from our API search, up to or less than the provided limit will be returned.

200 An array of finance requests

`401

Unauthorized.

`403

Forbidden.

`422

Invalid input

`429

Too many requests.

`default

Unexpected Error.

Updated about 1 year ago


ShellNodeRubyPHPPython

Bearer

Base URL
https://Contact sales to enable your sandbox/finance_requests

xxxxxxxxxx

curl --request GET \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/finance_requests \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated about 1 year ago