|
| 1 | +{ |
| 2 | + "payment_requests": [ |
| 3 | + { |
| 4 | + "lago_id": "89b6b61e-4dbc-4307-ac96-4abcfa9e3e2d", |
| 5 | + "email": "gavin@overdue.test", |
| 6 | + "amount_cents": 120, |
| 7 | + "amount_currency": "EUR", |
| 8 | + "created_at": "2024-06-30T10:59:51Z", |
| 9 | + "customer": { |
| 10 | + "lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90", |
| 11 | + "external_id": "1a901a90-1a90-1a90-1a90-1a901a901a90", |
| 12 | + "address_line1": "5230 Penfield Ave", |
| 13 | + "address_line2": null, |
| 14 | + "city": "Woodland Hills", |
| 15 | + "country": "US", |
| 16 | + "created_at": "2022-04-29T08:59:51Z", |
| 17 | + "updated_at": "2022-04-29T08:59:51Z", |
| 18 | + "email": "dinesh@piedpiper.test", |
| 19 | + "legal_name": "Coleman-Blair", |
| 20 | + "legal_number": "49-008-2965", |
| 21 | + "logo_url": "http://hooli.com/logo.png", |
| 22 | + "name": "Gavin Belson", |
| 23 | + "phone": "1-171-883-3711 x245", |
| 24 | + "state": "CA", |
| 25 | + "url": "http://hooli.com", |
| 26 | + "zipcode": "91364", |
| 27 | + "currency": "EUR", |
| 28 | + "timezone": "Europe/Paris", |
| 29 | + "applicable_timezone": "Europe/Paris", |
| 30 | + "billing_configuration": { |
| 31 | + "payment_provider": "stripe", |
| 32 | + "payment_provider_code": "stripe-eu-1", |
| 33 | + "provider_customer_id": "cus_12345" |
| 34 | + }, |
| 35 | + "metadata": [] |
| 36 | + }, |
| 37 | + "invoices": [ |
| 38 | + { |
| 39 | + "lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90", |
| 40 | + "sequential_id": 15, |
| 41 | + "number": "LAG-1234-001-002", |
| 42 | + "issuing_date": "2022-06-02", |
| 43 | + "payment_dispute_lost_at": "2022-04-29T08:59:51Z", |
| 44 | + "payment_due_date": "2022-06-02", |
| 45 | + "payment_overdue": true, |
| 46 | + "invoice_type": "one_off", |
| 47 | + "version_number": 2, |
| 48 | + "status": "finalized", |
| 49 | + "payment_status": "pending", |
| 50 | + "currency": "EUR", |
| 51 | + "net_payment_term": 0, |
| 52 | + "fees_amount_cents": 100, |
| 53 | + "taxes_amount_cents": 20, |
| 54 | + "coupons_amount_cents": 0, |
| 55 | + "credit_notes_amount_cents": 0, |
| 56 | + "sub_total_excluding_taxes_amount_cents": 100, |
| 57 | + "sub_total_including_taxes_amount_cents": 120, |
| 58 | + "prepaid_credit_amount_cents": 0, |
| 59 | + "total_amount_cents": 120 |
| 60 | + } |
| 61 | + ] |
| 62 | + } |
| 63 | + ], |
| 64 | + "meta": { |
| 65 | + "current_page": 1 |
| 66 | + } |
| 67 | +} |
0 commit comments