Skip to main content

Endpoint

Headers

string
required
Your public API key.
string
required
Your API secret. Use a stl_test_... value in sandbox, stl_live_... in production.
string
required
Your business ID.

Request body

TODO — The source documentation did not specify the request body structure for this endpoint. Verify the following before publishing:
  • Confirm the exact request body fields (e.g. is it { "billers": ["044", "058"] } or a different shape?)
  • Confirm whether this replaces the full biller list or appends to it
array
Array of bank code strings to enable for your account. Retrieve available codes from Get billers.

Response

boolean
true on success.
string
Confirmation message, e.g. "Billers has been updated".

Code examples

Example response