Lists the receipts for the given consumer
Use a Bearer token to access this API.
"obj_01EXAMPLE00000000000000000"
Represents a list as a comma-separated string.
""
Success
{
"receipt_id": "obj_01EXAMPLE00000000000000000",
"partner": "string",
"checkout_session_id": "obj_01EXAMPLE00000000000000000",
"invoice_id": "obj_01EXAMPLE00000000000000000",
"customer": "string",
"data": {
"totals": {
"amount_total": 0,
"amount_subtotal": 0,
"amount_tax": 0,
"amount_shipping": 0,
"amount_discount": 0,
"amount_fee": 0
},
"payment_methods": [{}],
"line_items": [{}],
"fees": [{}],
"charges": [{}],
"shipping_details": {
"shipping_address_id": "obj_01EXAMPLE00000000000000000",
"line1": "123 Main St",
"line2": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postal_code": "94107",
"country": "US"
}
},
"created_at": "2024-01-01T00:00:00Z",
"test_mode": false
}