peyk.platforms.bale.methods.create_invoice_link¶
- async peyk.platforms.bale.methods.create_invoice_link(self, title: str, description: str, payload_: str, provider_token: str, prices: Sequence[Mapping[str, object]]) str[source]¶
Creates invoice link through the Bale API.
- Parameters:
title – Title to apply to the target resource.
description – Description to apply to the target resource.
payload – Value used by this operation.
provider_token – Value used by this operation.
prices – Value used by this operation.
- Returns:
Result produced by the Bale operation.