A list of texts than you can customize:
Texts
You can change the default "Text" used in payment methods.
URL Params Encoding
Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".
ie: "paymentPrepaidText=Custom prepaid" => paymentPrepaidText=Custom%20prepaid"
ie: "paymentLinkText=Custom link" => paymentLinkText=Custom%20link"
ie: "paymentCashText=Custom cash" => paymentCashText=Custom%20cash"
ie: "paymentTerminalText=Custom terminal" => paymentTerminalText=Custom%20terminal"
ie: "paymentLoyaltyCardText=Custom loyalty card" => paymentLoyaltyCardText=Custom%20loyalty%20card"
ie: "paymentTransferText=Custom transfer" => paymentTransferText=Custom%20transfer"
Specific configuration parameters
Parameter | Description |
---|---|
paymentPrepaidText | Parameter used to change the text of the payment method prepaid (optional) |
paymentLinkText | Parameter used to change the text of the payment method of the payment link (optional) |
paymentCashText | Parameter used to change the text of the payment method in cash (optional) |
paymentTerminalText | Parameter used to change the text of the payment method in terminal (Dataphone) (optional) |
paymentLoyaltyCardText | Parameter used to change the text of the payment method of the loyalty card (optional) |
paymentTransferText | Parameter used to change the text of the payment method of the transfer (optional) |
You can change the default "Icon" used in payment methods
Specific configuration parameters
Parameter | Description |
---|---|
paymentPrepaidIcon | Parameter used to change the icon of the payment method prepaid , you should put a url as the parameter value (optional) |
paymentLinkIcon | Parameter used to change the icon of the payment method of the payment link, you should put a url as the parameter value (optional) |
paymentCashIcon | Parameter used to change the icon of the payment method in cash, you should put a url as the parameter value (optional) |
paymentTerminalIcon | Parameter used to change the icon of the payment method in terminal (Dataphone), you should put a url as the parameter value (optional) |
paymentLoyaltyCardIcon | Parameter used to change the icon of the payment method of the loyalty card, you should put a url as the parameter value (optional) |
paymentTransferIcon | Parameter used to change the icon of the payment method of the transfer, you should put a url as the parameter value (optional) |