BillingPaymentsCrypto
BillingPaymentsCrypto
  • Getting Started
    • 👋 Welcome
    • 🔑 Sandbox credentials
    • 🏁 Getting Started
    • 📨 Webhooks
  • Payments API Reference
LogoLogo
Payments API ReferenceKoywe Crypto

Create Order

POST
/api/v1/koywe-crypto/:merchantId/order
POST
/api/v1/koywe-crypto/:merchantId/order
1curl -X POST https://api.koywe.com/api/v1/koywe-crypto/merchantId/order \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "quoteId": "string",
6 "destinationAddress": "string",
7 "paymentMethodId": "string"
8}'
Try it
201Created
1{}
Was this page helpful?
Previous

Update Merchant

Next
Built with
Update Merchant

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Path parameters

merchantIdstringRequired

Request

This endpoint expects an object.
quoteIdstringRequired
destinationAddressstringRequired
paymentMethodIdstringRequired

Response

Bearer authentication of the form Bearer <token>, where token is your auth token.