Create a transaction
Create an escrow transaction and invite a counterparty.
POST
See the escrow guide for the end-to-end flow.
Body
One of
escrow, wire, card, bank_transfer.Short human-readable description, e.g.
"1972 Rolex Submariner".In minor units (cents).
1500 = €15.00.ISO 4217 currency code.
EUR, USD, GBP.Either
{ userId } for an existing user or { email, name? } to auto-create.Same shape as
seller.Optional.
{ deliveryDays, inspectionDays }.Returns
A transaction object, plusinviteToken / inviteUrl for the counterparty.