Skip to main content
GET
/
payment
/
config
Get Config
curl --request GET \
  --url https://api.example.com/payment/config \
  --header 'Authorization: Bearer <token>'
{
  "limit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cookies

session
String

Response

Successful Response

limit
number
required

Spending limit (in USD). Negative means no limit