Skip to main content
GET
/
billing
/
payment-links
Get Invoice Payment Link With Phone Number
curl --request GET \
  --url https://api.decodahealth.com/billing/payment-links \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "totalOutstanding": 123,
    "paymentLink": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

phone_number
string
required

Response

Successful Response

totalOutstanding
integer
required