Skip to main content
GET
Get merchant config
Returns the merchant linked to your Bearer token, including the rules that define which amounts Float will accept and which instalment terms are offered per amount band.
Rate limited to 5 requests per hour. Fetch at boot or on a schedule and cache β€” don’t call this per checkout.

Request

No parameters.

Response

200
data.id
string (uuid)
Your merchant identifier on the Float platform.
data.attributes.name
string
Your merchant display name, as shown to shoppers on the payment page.
data.attributes.rules
array
Amount bands and their available instalment terms.

Errors