#coreyw - Balance Transactions
1 messages ยท Page 1 of 1 (latest)
Hello! Yes, I believe your understanding is correct, but let me check on something...
When you say fees aren't being applied in test mode what do you mean? You should be seeing fees in test mode.
Hmm... I'm seeing charges like this { "id": "...", "object": "balance_transaction", "amount": 180000, "available_on": 1638316800, "created": 1637730901, "currency": "usd", "description": null, "exchange_rate": null, "fee": 0, "fee_details": [ ], "net": 180000, "reporting_category": "charge", "source": "...", "status": "available", "type": "charge" },
I haven't yet seen one with a fee but maybe I just need to keep looking?
even on that one there, I'm not sure why there wouldn't be a fee if fees should be getting applied in Test Mode
Hm, I just checked my test account and I do have fees in test mode. Can you give me the ID of that Balance Transaction?
Here's one of my for comparison:
{
"id": "txn_3K1HMfLieeNbcBYs20SXt5qj",
"object": "balance_transaction",
"amount": 1000,
"available_on": 1638748800,
"created": 1638221182,
"currency": "usd",
"description": "Subscription update",
"exchange_rate": null,
"fee": 59,
"fee_details": [
{
"amount": 59,
"application": null,
"currency": "usd",
"description": "Stripe processing fees",
"type": "stripe_fee"
}
],
"net": 941,
"reporting_category": "charge",
"source": "ch_3K1HMfLieeNbcBYs2qs6Su0M",
"status": "pending",
"type": "charge"
}
Here's the full object: { "id": "txn_3JzDouA25IW7gj6b1EaNAQLH", "object": "balance_transaction", "amount": 180000, "available_on": 1638316800, "created": 1637730901, "currency": "usd", "description": null, "exchange_rate": null, "fee": 0, "fee_details": [ ], "net": 180000, "reporting_category": "charge", "source": "ch_3JzDouA25IW7gj6b1sEs2AGY", "status": "available", "type": "charge" }
hello, looking
๐
typo!
haha, sorry!
๐
heh, yeah, Slack's auto-complete has thumb's up listed first, so :thu-return will thumb's up. opposite order in discord. noted!
I believe so, yes.
ok then that is it
IC+ does not show you fee on each Charge, you get a separate fee report at the end of the month
Ah, I see! Is fee data truly only available on a monthly basis? If we were to run Payment Fee reports more regularly, even those wouldn't have any fee data?
I'm thinking of the Transaction-level report, for instance
Or would we need to use the Interchange plan-level report only?
i actually don't know! I don't really work with IC+ fees that often! I assume Support would know, they have dedicated resources on how IC+ works
glad to help!
apologies again for the accidental thumbs down ๐ณ Have a great weekend!