Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Created July 21, 2020 18:01
Show Gist options
  • Save Turupawn/3d63b603b63fb950e6c269bf425d544d to your computer and use it in GitHub Desktop.
Save Turupawn/3d63b603b63fb950e6c269bf425d544d to your computer and use it in GitHub Desktop.
{
"id": "cus_HgmX89nEIYSwXA",
"object": "customer",
"address": null,
"balance": 0,
"created": 1595351372,
"currency": "hnl",
"default_source": "card_1H7Oy7Cg28Y4yaQ4apG3yFRY",
"delinquent": false,
"description": null,
"discount": null,
"email": "[email protected]",
"invoice_prefix": "DFD71E96",
"invoice_settings": {
"custom_fields": null,
"default_payment_method": null,
"footer": null
},
"livemode": false,
"metadata": {
},
"name": null,
"next_invoice_sequence": 2,
"phone": null,
"preferred_locales": [
],
"shipping": null,
"sources": {
"object": "list",
"data": [
{
"id": "card_1H7Oy7Cg28Y4yaQ4apG3yFRY",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"customer": "cus_HgmX89nEIYSwXA",
"cvc_check": "pass",
"dynamic_last4": null,
"exp_month": 4,
"exp_year": 2024,
"fingerprint": "AHA9RNyXn999ilUw",
"funding": "credit",
"last4": "4242",
"metadata": {
},
"name": null,
"tokenization_method": null
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/customers/cus_HgmX89nEIYSwXA/sources"
},
"subscriptions": {
"object": "list",
"data": [
{
"id": "sub_HgmXZTzVAd0eQi",
"object": "subscription",
"application_fee_percent": null,
"billing_cycle_anchor": 1595351373,
"billing_thresholds": null,
"cancel_at": null,
"cancel_at_period_end": false,
"canceled_at": null,
"collection_method": "charge_automatically",
"created": 1595351373,
"current_period_end": 1598029773,
"current_period_start": 1595351373,
"customer": "cus_HgmX89nEIYSwXA",
"days_until_due": null,
"default_payment_method": null,
"default_source": null,
"default_tax_rates": [
],
"discount": null,
"ended_at": null,
"items": {
"object": "list",
"data": [
{
"id": "si_HgmXPx59SlEcBa",
"object": "subscription_item",
"billing_thresholds": null,
"created": 1595351373,
"metadata": {
},
"plan": {
"id": "price_1H47u3Cg28Y4yaQ4viRg6vF0",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 25000,
"amount_decimal": "25000",
"billing_scheme": "per_unit",
"created": 1594570787,
"currency": "hnl",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"nickname": null,
"product": "prod_HdOhNcOCea06MO",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": 30,
"usage_type": "licensed"
},
"price": {
"id": "price_1H47u3Cg28Y4yaQ4viRg6vF0",
"object": "price",
"active": true,
"billing_scheme": "per_unit",
"created": 1594570787,
"currency": "hnl",
"livemode": false,
"lookup_key": null,
"metadata": {
},
"nickname": null,
"product": "prod_HdOhNcOCea06MO",
"recurring": {
"aggregate_usage": null,
"interval": "month",
"interval_count": 1,
"trial_period_days": 30,
"usage_type": "licensed"
},
"tiers_mode": null,
"transform_quantity": null,
"type": "recurring",
"unit_amount": 25000,
"unit_amount_decimal": "25000"
},
"quantity": 1,
"subscription": "sub_HgmXZTzVAd0eQi",
"tax_rates": [
]
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_HgmXZTzVAd0eQi"
},
"latest_invoice": "in_1H7Oy9Cg28Y4yaQ4ALN671wl",
"livemode": false,
"metadata": {
},
"next_pending_invoice_item_invoice": null,
"pause_collection": null,
"pending_invoice_item_interval": null,
"pending_setup_intent": null,
"pending_update": null,
"plan": {
"id": "price_1H47u3Cg28Y4yaQ4viRg6vF0",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 25000,
"amount_decimal": "25000",
"billing_scheme": "per_unit",
"created": 1594570787,
"currency": "hnl",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {
},
"nickname": null,
"product": "prod_HdOhNcOCea06MO",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": 30,
"usage_type": "licensed"
},
"quantity": 1,
"schedule": null,
"start_date": 1595351373,
"status": "active",
"tax_percent": null,
"transfer_data": null,
"trial_end": null,
"trial_start": null
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/customers/cus_HgmX89nEIYSwXA/subscriptions"
},
"tax_exempt": "none",
"tax_ids": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/customers/cus_HgmX89nEIYSwXA/tax_ids"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment