Greeting great bubblers,
Confusions:
Option to create a product for seller > create price > create subscription with an auto cancel date based on client interval choice to make it easier for them.
Issue:
1- Although product, price and subscription created successfully and seller account ID is attached, still have no response at stripe logs fields that show the seller account ID or at the seller dashboard as balance or predictable payouts.
2- Although application fee is attached 0.03, no taxes taken at stripe logs.
Response:
{
“object”: {
“id”: “in_1Jq3O2FVxrwbNZZwx3y”,
“object”: “invoice”,
“account_country”: “US”,
“account_name”: null,
“account_tax_ids”: null,
“amount_due”: 6667,
“amount_paid”: 6667,
“amount_remaining”: 0,
“application_fee_amount”: null,
“attempt_count”: 1,
“attempted”: true,
“auto_advance”: false,
“automatic_tax”: {
“enabled”: false,
“status”: null
},
“billing_reason”: “subscription_create”,
“charge”: “ch_3Jq3O2FVxrwbNZZw1”,
“collection_method”: “charge_automatically”,
“created”: 1635545842,
“currency”: “usd”,
“custom_fields”: null,
“customer”: “cus_KS0KozDmySMrNH”,
“customer_address”: null,
“customer_email”: “@gmail.com”,
“customer_name”: null,
“customer_phone”: null,
“customer_shipping”: null,
“customer_tax_exempt”: “none”,
“customer_tax_ids”: [
],
“default_payment_method”: null,
“default_source”: null,
“default_tax_rates”: [
],
“description”: null,
“discount”: null,
“discounts”: [
],
“due_date”: null,
“ending_balance”: 0,
“footer”: null,
“hosted_invoice_url”: “Stripe Invoice”,
“invoice_pdf”:
“last_finalization_error”: null,
“lines”: {
“object”: “list”,
“data”: [
{
“id”: “il_1Jq3O2FVxrwbNZZwpcy9V1KD”,
“object”: “line_item”,
“amount”: 6667,
“currency”: “usd”,
“description”: “1 × Drawing & Supplies (at $66.67 / month)”,
“discount_amounts”: [
],
“discountable”: true,
“discounts”: [
],
“livemode”: false,
“metadata”: {
},
“period”: {
“end”: 1638224242,
“start”: 1635545842
},
“plan”: {
“id”: “price_1Jq3O1FVxrwbNZZwkw”,
“object”: “plan”,
“active”: true,
“aggregate_usage”: null,
“amount”: 6667,
“amount_decimal”: “6667”,
“billing_scheme”: “per_unit”,
“created”: 1635545841,
“currency”: “usd”,
“interval”: “month”,
“interval_count”: 1,
“livemode”: false,
“metadata”: {
},
“nickname”: null,
“product”: “prod_KV3V1H02V”,
“tiers”: null,
“tiers_mode”: null,
“transform_usage”: null,
“trial_period_days”: null,
“usage_type”: “licensed”
},
“price”: {
“id”: “price_1Jq3O1FVxrwbNZZwk”,
“object”: “price”,
“active”: true,
“billing_scheme”: “per_unit”,
“created”: 1635545841,
“currency”: “usd”,
“livemode”: false,
“lookup_key”: null,
“metadata”: {
},
“nickname”: null,
“product”: “prod_KV3V1H02VQ”,
“recurring”: {
“aggregate_usage”: null,
“interval”: “month”,
“interval_count”: 1,
“trial_period_days”: null,
“usage_type”: “licensed”
},
“tax_behavior”: “unspecified”,
“tiers_mode”: null,
“transform_quantity”: null,
“type”: “recurring”,
“unit_amount”: 6667,
“unit_amount_decimal”: “6667”
},
“proration”: false,
“quantity”: 1,
“subscription”: “sub_1Jq3O2FVxrwbNZZwFgLBPQ6d”,
“subscription_item”: “si_KV3VeCK0cW”,
“tax_amounts”: [
],
“tax_rates”: [
],
“type”: “subscription”
}
],
“has_more”: false,
“total_count”: 1,
“url”: “/v1/invoices/in_1Jq3O2FVxrwbNZZw/lines”
},
“livemode”: false,
“metadata”: {
},
“next_payment_attempt”: null,
“number”: “D2F8553E-0017”,
“on_behalf_of”: null,
“paid”: true,
“payment_intent”: “pi_3Jq3O2FVxrwbNZZw15Gw”,
“payment_settings”: {
“payment_method_options”: null,
“payment_method_types”: null
},
“period_end”: 1635545842,
“period_start”: 1635545842,
“post_payment_credit_notes_amount”: 0,
“pre_payment_credit_notes_amount”: 0,
“quote”: null,
“receipt_number”: null,
“starting_balance”: 0,
“statement_descriptor”: null,
“status”: “paid”,
“status_transitions”: {
“finalized_at”: 1635545842,
“marked_uncollectible_at”: null,
“paid_at”: 1635545842,
“voided_at”: null
},
“subscription”: “sub_1Jq3O2FVxrwbNZZwFg”,
“subtotal”: 6667,
“tax”: null,
“tax_percent”: null,
“total”: 6667,
“total_discount_amounts”: [
],
“total_tax_amounts”: [
],
“transfer_data”: null,
“webhooks_delivered_at”: null
}
}
What i am exactly missing, anyone?
Thank you