#Davaogoods - connect
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
hold on
there is no record on it since it did not went through
this id acct_1LdUUS4JY99GRXmv is already onboarded using the sk_test
there is no record on it since it did not went through
So can you give me more context on what you are trying to do, and maybe share your code?
yes here it is.
I am making a purchase and set the stripe account
to where it should went through as a standard account
You need to remove the {{}} in your code. It should directly be the account ID acct_xxx
ahh.. I see let me check
great it works, last thing
from my code that I sent, where do I put the additional fees
application_fee_amount gets error from that line item
It's in payment_intent_data.application_fee_amount https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-application_fee_amount
it does not belong to session->create?
Yes it does, the link I shared are the parameters you can use when creating a Checkout Session
So in your code you need to add something like: "payment_intent_data" => ["application_fee_amount" => 10]
Taking over for my colleague. Let me catch up.
Do you mean deleting those restricted accounts ?
yes
You can delete them using this API
https://stripe.com/docs/api/accounts/delete