Skip to main content
POST
/
billing
/
payment-terminal
/
send-receipt
Send Receipt
curl --request POST \
  --url https://api.decodahealth.com/billing/payment-terminal/send-receipt \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "success": true,
  "message": "<string>"
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

charge_id
string
required

Response

Successful Response

success
boolean
required
message
string
required