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

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

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
Was this page helpful?
Previous

Get merchant users

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

Sign Terms and Conditions (Not Implemented)

acceptedbooleanOptional
Acceptance of terms and conditions
versionstringOptional
Version of terms and conditions

Errors

Organization identifier
Merchant identifier

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

Terms and conditions acceptance data