GET
/
payment_receipts
/
{lago_id}
curl --request GET \
  --url https://api.getlago.com/api/v1/payment_receipts/{lago_id} \
  --header 'Authorization: Bearer <token>'
{
  "payment_receipt": {
    "lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
    "created_at": "2022-04-29T08:59:51Z",
    "number": "LAG-1234-001-002",
    "payment": {
      "lago_payable_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
      "lago_customer_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
      "status": "processing",
      "external_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
      "provider_customer_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
      "payment_provider_code": "Stripe Prod",
      "payment_provider_type": "stripe",
      "provider_payment_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
      "next_action": {}
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

lago_id
string
required

Payment receipt ID

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

Response

200
application/json
Payment receipt
payment_receipt
object
required