build_payment_url
Build a full payment URL from a payment ID and operator data, enabling customer redirection to the secure payment page.
Instructions
Build the complete payment URL for redirecting users to the PLATFORM payment page. Combines the platform domain with paymentId and operator information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paymentId | Yes | The payment ID received from request_payment | |
| operatorId | No | The operator ID (optional, uses env CRYPTO_PAYER_OPERATOR_ID if not provided) | |
| operatorName | No | The operator name (optional, uses env CRYPTO_PAYER_OPERATOR_NAME if not provided) |