\billythekid\v12financeV12FinanceClient

Class V12FinanceClient

Summary

Methods
Properties
Constants
__construct()
submitApplication()
checkApplicationStatus()
updateApplication()
getRetailerFinanceProducts()
downloadDocument()
headers()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
queryApi()
$baseUri
$client
N/A

Properties

$baseUri

$baseUri : string

The API base uri

Type

string

$client

$client : \GuzzleHttp\Client

A guzzle client for running http requests

Type

\GuzzleHttp\Client

Methods

__construct()

__construct() 

V12FinanceClient constructor.

headers()

headers(  $endpoint,   $payload) : array<mixed,\string[]>

Gets the headers of the response

Parameters

$endpoint
$payload

Returns

array<mixed,\string[]>

queryApi()

queryApi(string  $endpoint,   $data) : \Psr\Http\Message\ResponseInterface

Send data to the API endpoints at V12 Finance

Parameters

string $endpoint
$data
  • serializable by json_encode()

Returns

\Psr\Http\Message\ResponseInterface