Questions tagged [subscription]

An arrangement to receive something, typically a publication, regularly.

An arrangement to receive something, typically a publication, regularly.

2251 questions
1
vote
2 answers

Stripe create subscription with SCA authentication

I am trying to implement Stripe to create a subscription (with a price depending on the quantity chosen), in my Symfony 5 app (backend : PHP, fronted JS) I would like this scenario: The user chooses the quantity for his subscription It is…
eronn
  • 1,690
  • 3
  • 21
  • 53
1
vote
1 answer

stripe: problems setting connected account on subscription

I'm having some issues for adding an amount fee on a subscription on Stripe. Looking at this documentation I should be able to add a connected account when creating the subscription so i can set an application fee on the subscription without having…
Acampoh
  • 589
  • 1
  • 8
  • 23
1
vote
0 answers

cashier/stripe subscription not adding complete data in DB

I'm trying to create a subscription with cashier. it was working fine yesterday but now there's a problem and i don't know what changed. the problem is subscription is being created on stripe and correct data is returned but not all data is added in…
Tallal
  • 21
  • 4
1
vote
1 answer

subscribers in wordpress users and in external platform

is it possible for a wordpress subscription form to add subscribers in the wordpress user list and, at the same time, in a list on an external platform, such as mailchimp or activecampaign? many thanks
kaqu
  • 65
  • 1
  • 6
1
vote
1 answer

Problem with Google Checkout Subscription

I am trying to create a subscription in Google Checkout. The subscription is created but it charges at the end of the period not the beginning. I admit that I only waited a few hours to make sure it was going to charge, so if i just need to give…
James Helms
  • 871
  • 1
  • 9
  • 19
1
vote
1 answer

Listening for "Promoting Your In-App Purchases" event within the application

We offer and support the subscription product on the App Store page of the application as follows. https://developer.apple.com/app-store/promoting-in-app-purchases/ When the user clicks the "subscribe" button on the product here, the application…
enjektor0
  • 483
  • 2
  • 8
1
vote
1 answer

How to check if the subscription status is bad in Bloomberg Python API subscription?

I am writing a program for doing Bloomberg data-feed check using the subscription method of Python API. I am close to finishing it and I am now trying to cover edge cases such as a failed subscription. I want to check if a subscription has failed.…
Cagri
  • 307
  • 3
  • 13
1
vote
0 answers

Testing Mac App Subscription with Sandbox Account - Incorrect Date Issue

I found one strange issue when I am testing my Mac App with Sandbox account. My Mac app provides monthly subscription with 3-days free trial (Introductory Offer). This is the dialog box for user eligible for 3 days trial, today is Nov 18, 2020. It…
RRN
  • 1,127
  • 1
  • 12
  • 37
1
vote
1 answer

stripe.confirmCardPayment is not a function

when i am creating subscription through stripe it gives err message As i am doing subscription through stripe i am also giving some msg about authentication in dashboard like 3d secure authenticatio. and my cvc_check is unavailable in showing…
1
vote
1 answer

Does the subscription has unlimited lifetime?

I wonder does the subscriptions (Microsoft Graph API) have a limited or unlimited lifetime? Is there any related documentation or guidance available for this... I failed to find one.
1
vote
1 answer

In Angular 9, why are my subscriptions getting loaded sequentially instead of in parallel?

I'm using Angular 9. I want to load a series of objects, each of which has image data. I would like to load all the objects, first, and then load the image data after. I have this in my component.ts file ngOnInit ... ngOnInit(): void { …
Dave
  • 15,639
  • 133
  • 442
  • 830
1
vote
1 answer

Woocommerce Subscription - add coupon to existing subscription

I am looking to add the function, where I can offer a user a discount code that affects their next subscription amount. For example: I give customer code 1234 to give them 10% off their next months renewal They enter the code in their My Account…
James Deadman
  • 191
  • 2
  • 2
  • 15
1
vote
1 answer

Does a custom complete method of a subscription unsubscribe on its own?

I create an Observable: public getData(): Observable { return this.getEndpoint() .pipe( switchMap((endpoint) => this.http.get(endpoint) ), take(1) ); } I subscribe to the observable and…
endlacer
  • 135
  • 8
1
vote
1 answer

App Store Auto-Renewing Subscription with variable amount

I want a pay-as-you-go offer in my App (auto-renewing subscription, but the price is variable). Is this possible through Apple payments or do I need another payment system?
Patrick
  • 552
  • 5
  • 17
1
vote
1 answer

Android Billing v3 - Subscription - Product Not Found

I am trying to implement Subscriptions for the first time. I am using BillingClient v3.0.1. It is contract so I am not the owner of the Google Play account. The account owner has set up financials for the account and has configured the API. I have…
Stephen Orr
  • 291
  • 3
  • 7