#arvind_singh_21006

1 messages · Page 1 of 1 (latest)

still haloBOT
fickle cometBOT
#

:question: @coarse cloud Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact

coarse cloud
#

please read carefully

obsidian sigil
#

You are referring their to Connect application fees?

#

Can you share the requestId of creating the charge ?

coarse cloud
#

ok

#

this is charge id

#

ch_3Nd9iPHnkNc8JPqN1FM6XK5M

#

and this is request id req_H38PPZLRHFY0oT

obsidian sigil
#

Thanks for sharing, checking...

#

This isn't a Connect request

#

What is the formula you shared for ?

coarse cloud
#

wait

#

when charge successfully done then response is this

id
"ch_3Nd9iPHnkNc8JPqN1FM6XK5M"
object
"charge"
amount
1200
amount_captured
1200
amount_refunded
0
application
null
application_fee
null
application_fee_amount
null
balance_transaction
"txn_3Nd9iPHnkNc8JPqN1rf2zITT"

billing_details
Object
calculated_statement_descriptor
"Stripe"
captured
true
created
1691577249
currency
"aud"
customer
"cus_OHMeGy1wBXnzoX"
description
null
destination
null
dispute
null
disputed
false
failure_balance_transaction
null
failure_code
null
failure_message
null

fraud_details
Object
invoice
null
livemode
false

metadata
Object
on_behalf_of
null
order
null

outcome
Object
paid
true
payment_intent
null
payment_method
"card_1Nd9hXHnkNc8JPqNbnwzVFXH"

payment_method_details
Object
receipt_email
null
receipt_number
null
receipt_url
"https://pay.stripe.com/receipts/payment/CAcaFwoVYWNjdF8xTlRneUlIbmtOYz…"
refunded
false
review
null
shipping
null

source
Object
source_transfer
null
statement_descriptor
null
statement_descriptor_suffix
null
status
"succeeded"
transfer_data
null
transfer_group
null

when used charge amount is 12 doller but in cent we convert to 1200 right

#

after this want 12 % commission to this ammount const amount = (12 / 100) * commisionData[i].paymentDetail.amt

#

12 commission is 144 okay
when i direct pass amount on payout method like that const payout = await stripe.payouts.create({
amount:144,
currency: 'aud',
});

#

they reflect on stripe dashboard like $1.44

#

but they showing me $144 doller

#

why

#

but i just pass 144

#

12 percent commission

#

?

#

then why

#

are you there ?