submit_payment
Complete a purchase. Provide the same spec plus paymentSignature: the base64 PAYMENT-SIGNATURE header you produced by signing one of the payment requirements with your XRPL wallet (the x402-xrpl package does this). Settlement happens on-ledger before any order is created. Returns your orderId, orderKey and the transaction receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| greeting | No | ||
| knowledge | No | ||
| contactName | No | ||
| agentPurpose | Yes | ||
| businessName | Yes | ||
| contactEmail | Yes | ||
| hoursOfCover | No | ||
| transferNumber | No | ||
| paymentSignature | Yes | base64 PAYMENT-SIGNATURE header |