| Confirm withdrawal or payout | POST /api/v1/wallets/verify-withdrawal | Use a key tied to the preview transactionId. |
| Create swap | POST /api/v1/swaps | Use a key tied to your internal swap attempt ID. |
| Confirm swap | POST /api/v1/swaps/{id}/confirm | Use a key tied to the swap transaction ID. |
| Create payment link | POST /api/v1/payment-links | Use a key tied to your internal checkout, invoice, ticket, or top-up attempt ID. |
| Expire payment link | POST /api/v1/payment-links/{id}/expire | Use a key tied to the payment link ID and expire attempt. |