Browse documentation

RESOURCES

Payments

Payment transactions — charges and refunds (refunds have negative amount_cents).

GET/payments/{id}payments:read

Retrieve a payment, including its payment_link_id when it came from checkout.

Response

{
  "object": "payment",
  "id": "…",
  "type": "charge",
  "status": "succeeded",
  "amount_cents": "5200",
  "payment_link_id": "cs_…"
}

Example

curl https://debt.hlhunt.org/api/v1/payments/ID \
  -H "Authorization: Bearer hlh_live_..."