Skip to main content
POST
/
billing
/
create-payin-config-booking-fee
/
{event_id}
/
{patient_id}
Create Payin Config Booking Fee
curl --request POST \
  --url https://api.decodahealth.com/billing/create-payin-config-booking-fee/{event_id}/{patient_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "sessionKey": "<string>",
  "payinConfigId": "<string>",
  "sandbox": true
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

event_id
string
required
patient_id
string
required

Query Parameters

is_surcharged
boolean
required
creator_id
string | null

Response

Successful Response

sessionKey
string
required
payinConfigId
string
required
sandbox
boolean
required