#carlos-subscription-boleto
1 messages · Page 1 of 1 (latest)
What do you mean?
What have you tried?
I'm sorry I'm confused by what doesn't just work, have you just tried?
(haven't used Boleto with subs before so maybe it doesn't work but it'd be easier with a clear error or example or code)
My question is: How to create a subscription using the "Boleto" payment method?
I'm sorry, I don't understand what's going on. You say the exact same question 3 times
I just tried for one minute and ```$subscription = $stripe->subscriptions->create([
'customer' => 'cus_123',
'items' => [
['price' => 'price_1234', 'quantity' => '1',],
],
'payment_behavior' => 'default_incomplete',
'payment_settings' => [
'payment_method_types' => ['boleto'],
],
'expand' => ['latest_invoice.payment_intent'],
]);
@feral saffron are you still here?