Skip to main content
GET
/
v1
/
persons
/
{personId}
/
ipSetting
Get instant pay setting
curl --request GET \
  --url https://api.cadanapay.com/v1/persons/{personId}/ipSetting \
  --header 'Authorization: Bearer <token>'
{
  "accessPercentage": 50
}

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

personId
string<uuid>
required

The unique identifier for the person

Response

get person instant pay setting response

Get person instant pay setting

accessPercentage
number
Example:

50