tgtg-python icon indicating copy to clipboard operation
tgtg-python copied to clipboard

How can I pay for an order manually?

Open TOminerTV opened this issue 1 year ago • 1 comments

First of all, thank you for this great API.

I tried the code snippet "create an order",

order = client.create_order(item_id, number_of_items_to_order)
print(order)

but I don't see a payment option when I manually check in the app.

Have I done something wrong or is it not possible to pay manually?

TOminerTV avatar Apr 22 '24 10:04 TOminerTV

Orders made through the API are not shown in the app until payment is complete. You need to implement the payment API calls yourself like described in issue #215

phiob avatar May 07 '24 15:05 phiob