Skip to main content
POST
/
v1
/
businesses
/
{businessId}
/
transactions
/
{transactionId}
/
receipts
Send transaction receipt
curl --request POST \
  --url https://api.halth.com/v1/businesses/{businessId}/transactions/{transactionId}/receipts \
  --header 'Content-Type: application/json' \
  --data '
{
  "client": {
    "name": "<string>",
    "email": "jsmith@example.com",
    "mobileNumber": "<string>"
  },
  "location": {
    "name": "<string>",
    "email": "jsmith@example.com"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.halth.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

businessId
string
required
transactionId
string
required

Body

application/json

The parameters for creating a transaction receipt must include at least one of client email or mobile number

client
object
required
location
object

Response

201 - undefined