curl --request POST \
--url https://api.decodahealth.com/billing/payment-terminal/charge-card/{payment_method_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"payinConfigId": "<string>"
}
'{
"payinId": "<string>",
"amount": 123,
"status": "<string>",
"authCode": "<string>"
}curl --request POST \
--url https://api.decodahealth.com/billing/payment-terminal/charge-card/{payment_method_id} \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"payinConfigId": "<string>"
}
'{
"payinId": "<string>",
"amount": 123,
"status": "<string>",
"authCode": "<string>"
}The tenant you are making this request on behalf of
Your api key