Creates a payment intent on a connected account with the 4% TERRA VERDE platform fee applied automatically.
API Error
Invalid API Key provided: sk_live_******E_ME
application_fee_amount and credits it to the MONDAX platform balance.clientSecret is passed to your checkout front-end via stripe.confirmPayment()./api/webhooks endpoint receives payment_intent.succeeded for auditing.POST /api/payment-intent{
"amount": 10000, // cents
"currency": "usd",
"connectedAccountId": "acct_xxx"
}