#kr7pt0

1 messages ยท Page 1 of 1 (latest)

hybrid templeBOT
distant burrow
#

Can you show me what your requestOptions are set to?

#

If you are using payment mode, a payment intent should be returned

#

In subscription mode, the subscription isn't created until the first payment is made, so you would want to check the subscription object after that

half valley
#

they only contain the id of the connect account

var requestOptions = new RequestOptions()
{
StripeAccount = postCreator.StripeAccountId,
};

distant burrow
#

Oh apologies, I meant to ask what you have the first options object set to

#

And in subscription mode you will want to listen to the checkout.session.completed event and then retrieve the subscription and its first invoice

half valley
#

aah i found the issue. i have to expand it.

is this correct ? Expand = new List<string>(){"payment_intent"},

distant burrow
#

And yes, that is what you want to do to get the full object with the initial response

devout furnace