Get order approval
Returns the pending embedded-wallet approval for an order, if one is awaiting the owner’s signature. A non-custodial (embedded) wallet can’t be signed by Etherfuse alone: we build the transaction and the partner-held owner key must approve it.
The approvalMessage bytes are built fresh on each read so they are current when
signed. Sign them with the owner’s key and submit the signature to
POST /ramp/order/{order_id}/approvals.
Authorizations
API key sent in the Authorization header.
Path Parameters
The order ID
Response
The pending approval packet
Identifies the proposal being approved. Echoed back on submit so a superseded proposal (re-proposed on expiry) is rejected as stale.
The exact bytes the owner signs with their key. Built fresh on each read so the request is current when signed; submitted back verbatim alongside the signature.
Human-readable description of what is being approved. Present only when set.