#jim19779

1 messages · Page 1 of 1 (latest)

hollow saffronBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

edgy plinth
mint timber
#

you mean the priceID?

#

where is says API ID?

#

req_sJXEKLH6VO0KsN

#

I think this is what you asked for

#

weird in the logs everything seems ok

edgy plinth
#

yeah I suspect this might have something to do with how your server-side code parses the response

mint timber
#

this is the code but judging from your response it is not what it should be:

#
           locale='el',
           success_url="http://www.yor.gr",
           mode="subscription",
           line_items=[
               {
                  "price":"price_1OD3RgA7QuFGEJUTlNPejQeh",
                  "quantity": 1,
               },
            ],
         )
         return HttpResponse(checkout)```
#

thx...I fixed it