#narciso_api

1 messages ¡ Page 1 of 1 (latest)

midnight oliveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1317215302412668949

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

marsh crystal
#

Can you share an example payment you've made?

tardy shore
#

Sure, i will take a print

marsh crystal
#

Hmm that won't be really helpful.. Are you a developer?
Can you locate the PaymentIntent IDs for these?

tardy shore
#

sure, I'm a beginner when it comes to Stripe, I work with automations

{
"object": {
"id": "pi_3QVeYwHoIGTBSeBu14psf86e",
"object": "payment_intent",
"amount": 24178,
"amount_capturable": 0,
"amount_details": {
"tip": {
}
},
"amount_received": 24178,
"application": "ca_BC3QunyBFJIQULdxege9Gyg8WjKI1vXD",
"application_fee_amount": null,
"automatic_payment_methods": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"client_secret": null,
"confirmation_method": "automatic",
"created": 1734118210,
"currency": "usd",
"customer": "cus_ROQHZZ6eJorKTQ",
"description": "Braziliana Shop - Pedido 12582",
"invoice": null,
"last_payment_error": null,
"latest_charge": "ch_3QVeYwHoIGTBSeBu1WM5P3Lm",
"livemode": false,
"metadata": {
"customer_email": "ceo@onsolutions.business",
"customer_name": "Lucas Narciso",
"order_id": "12582",
"order_key": "wc_order_WrPr3ZlgWKGpO",
"payment_type": "single",
"site_url": "https://srv654163.hstgr.cloud"
},
"next_action": null,
"on_behalf_of": null,
"payment_method": "pm_1QVdQWHoIGTBSeBuQb784gAI",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "succeeded",
"transfer_data": null,
"transfer_group": null
}
}

#

that is the proceedintent of one payment

marsh crystal
#

It looks like you're using WooCommerce integration here. Have you tried talking to them about this?

The reason I'm recommending you talk to them is because there are no application fees or anything specified on the payment here. So it's expected that you're not seeing any sort of split between platform or connected account.

#

You'd want to talk to WooCommerce to understand how you can set that up

tardy shore
#

right, i iam using woocommerce, but in fact i would like to charge like a "tax" on stripe, like a split , i read the documentation of connect and see that are some functions on stripe to charge comissions on the payments , that' s right ?

marsh crystal
#

Correct but since you're integrated via woocommerce, they control all of your integration. These payments you're seeing are coming through woocommerce.

#

You can't make any changes to the requests woocommerce makes yourself

tardy shore
#

oh i got it , so, if i make a purchase like a payment link, the feature of split will work ?

marsh crystal
#

Probably. You should try it out in test mode to be certain

tardy shore
#

Sure. I appreciate the help Hanzo, I will try to make it out of test mode, thanks!