You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version:7.10.0
code: val build = SendInvoice.builder() .chatId(it.chatId()) .title("test") .description("test") .payload("test") .currency("TXR") .providerToken("") .price(LabeledPrice("Label", 100)) .startParameter("test") .build() silent.execute(build)
log:
`
Could not execute bot API method
org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error executing org.telegram.telegrambots.meta.api.methods.invoices.SendInvoice query: [400] Bad Request: PAYMENT_PROVIDER_INVALID
at org.telegram.telegrambots.meta.api.methods.botapimethods.PartialBotApiMethod.deserializeResponseInternal(PartialBotApiMethod.java:61) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.PartialBotApiMethod.deserializeResponse(PartialBotApiMethod.java:41) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethodMessage.deserializeResponse(BotApiMethodMessage.java:24) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethodMessage.deserializeResponse(BotApiMethodMessage.java:17) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.client.okhttp.OkHttpFutureCallback.onResponse(OkHttpFutureCallback.java:35) ~[telegrambots-client-7.10.0.jar!/:na]
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ~[okhttp-4.12.0.jar!/:na]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
`
The text was updated successfully, but these errors were encountered:
zkywalker
changed the title
stars payment error:PAYMENT_PROVIDER_INVALID,
stars payment error:PAYMENT_PROVIDER_INVALID
Oct 13, 2024
version:7.10.0
code:
val build = SendInvoice.builder() .chatId(it.chatId()) .title("test") .description("test") .payload("test") .currency("TXR") .providerToken("") .price(LabeledPrice("Label", 100)) .startParameter("test") .build() silent.execute(build)
log:
`
Could not execute bot API method
org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error executing org.telegram.telegrambots.meta.api.methods.invoices.SendInvoice query: [400] Bad Request: PAYMENT_PROVIDER_INVALID
at org.telegram.telegrambots.meta.api.methods.botapimethods.PartialBotApiMethod.deserializeResponseInternal(PartialBotApiMethod.java:61) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.PartialBotApiMethod.deserializeResponse(PartialBotApiMethod.java:41) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethodMessage.deserializeResponse(BotApiMethodMessage.java:24) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.meta.api.methods.botapimethods.BotApiMethodMessage.deserializeResponse(BotApiMethodMessage.java:17) ~[telegrambots-meta-7.10.0.jar!/:na]
at org.telegram.telegrambots.client.okhttp.OkHttpFutureCallback.onResponse(OkHttpFutureCallback.java:35) ~[telegrambots-client-7.10.0.jar!/:na]
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) ~[okhttp-4.12.0.jar!/:na]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
`
The text was updated successfully, but these errors were encountered: