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

Sign Terms and Conditions (Not Implemented)

POST
/api/v1/organizations/:organizationId/merchants/:merchantId/terms-and-conditions
POST
/api/v1/organizations/:organizationId/merchants/:merchantId/terms-and-conditions
1curl -X POST https://api.koywe.com/api/v1/organizations/org_abc123/merchants/mer_def456/terms-and-conditions \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Try it
Digital signature of Terms and Conditions for the platform. This endpoint is not yet implemented.
Was this page helpful?
Previous

Get merchant users

Next
Built with
Get merchant users
Digital signature of Terms and Conditions for the platform. This endpoint is not yet implemented.

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Request

Terms and conditions acceptance data
acceptedbooleanOptional
Acceptance of terms and conditions
versionstringOptional
Version of terms and conditions

Errors

Terms and conditions acceptance data
Acceptance of terms and conditions
Version of terms and conditions