Skip to main content
POST
/
billing
/
payment
/
send-receipt
Send Receipt
curl --request POST \
  --url https://api.decodahealth.com/billing/payment/send-receipt \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "paymentId": "<string>",
  "useEmail": true,
  "email": "<string>",
  "isAutomatic": false
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
paymentId
string
required
useEmail
boolean
required
email
string | null
isAutomatic
boolean
default:false

Response

Successful Response

The response is of type boolean.