curl --request POST \
--url https://api.decodahealth.com/billing/payment-terminal/send-to-pos \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"deviceRegistrationId": "<string>",
"payinConfigId": "<string>"
}
'{}curl --request POST \
--url https://api.decodahealth.com/billing/payment-terminal/send-to-pos \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"deviceRegistrationId": "<string>",
"payinConfigId": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.decodahealth.com/llms.txt
Use this file to discover all available pages before exploring further.
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type Response Send To Pos Billing Payment Terminal Send To Pos Post · object.