#yi_code

1 messages · Page 1 of 1 (latest)

scarlet drumBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1403385627885572126

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

dull lake
#

You can see the GET design is still available as screenshot like

#

And the API verison is 2025-06-30.basil

rare mountain
#

Does any one know of a code or a way to connect a payment token from stripe to another AMS platform that would cause the moment the member signs in they wouldn’t have to re-enter their entire payment information? If not what would the guesstimated proper Chanel be?

dull lake
#

Sorry, I'm not understand

hybrid narwhal
#

Hi, taking a look here

#

@rare mountain Philip W you're in the wrong thread. If you need assistance please go to #help to ask a question!

dull lake
#

Sorry, we are using PHP ... and the API version is 2025-06-30 too.

hybrid narwhal
#

Ahh, I see

dull lake
#

Can we submit a PR for resume the method in PHP SDK like before:
`
/**
* At any time, you can preview the upcoming invoice for a customer. This will show
* you all the charges that are pending, including subscription renewal charges,
* invoice item charges, etc. It will also show you any discounts that are
* applicable to the invoice.
*

 *
 * @param null|array $params
 * @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
 *
 * @throws \Stripe\Exception\ApiErrorException if the request fails
 *
 * @return \Stripe\Invoice
 */
public function upcoming($params = null, $opts = null)
{
    return $this->request('get', '/v1/invoices/upcoming', $params, $opts);
}`
hybrid narwhal
#

Can you try this?

dull lake
#

I know, but we think the method of getting upcoming invoice is better ...

hybrid narwhal
#

With the newer API version that is not possible

dull lake
#

All right.

#

But, don't you think it's very weird?

Why did Stripe remove the upcoming API for PHP but remain for Node?

hybrid narwhal
#

That is for all languages, you had not specified the version and the language for me initially

dull lake
#

Got it. Thanks, no other questions.

hybrid narwhal
#

Sure

dull lake
#

Sorry. I mixed

hybrid narwhal
#

Do you have a follow-up question here?

dull lake
#

Yes

hybrid narwhal
#

How can I help?

dull lake
hybrid narwhal
#

Those requests are coming from the Dashboard

dull lake
#

So the dashboard API is not fully consistent with SDK? OMG

#

I can't even...

hybrid narwhal
#

No, the Dashboard is owned by Stripe and there are functionalities that differ between the API and the Dashboard.

dull lake
#

U're right.

scarlet drumBOT