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) |
Usage Example
You will see the following content
Payment method prepaid
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentPrepaidText=Custom%20prepaid
Payment method of the payment link
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentLinkText=Custom%20link
Payment method in cash
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentCashText=Custom%20cash
Payment method in terminal (Dataphone)
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentTerminalText=Custom%20terminal
Payment method of the loyalty card
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentLoyaltyCardText=Custom%20loyalty%20card
Payment method of the transfer
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&paymentTransferText=Custom%20transfer