Create an escrow transaction from your own platform:
curl -X POST https://api.kudiescrow.com/v1/transactions \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"title": "Order #4821",
"amount": 4820,
"currency": "EUR",
"buyer_email": "buyer@example.com",
"seller_email": "seller@example.com",
"release_conditions": "On confirmed delivery"
}'