Generate Terms of Service URL (Internal)

Generates a URL for the merchant to accept terms of service. Requires admin API key.

Authentication

AuthorizationBearer

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

Path Parameters

merchantIdstringRequired
Merchant identifier

Headers

x-admin-api-keystringRequired

Query Parameters

countrystringRequired

Country code (ISO 3166-1 alpha-2)

currencystringRequired

Currency code (ISO 4217)

Response

Terms of service URL generated successfully
urlstring
URL to accept terms of service in the PSP dashboard

Errors