Questions tagged [subscription]

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

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

2251 questions
2
votes
1 answer

Pubsub push subscription not acknowledging messages

This is my setup. Subscription A is a push subscription that POSTs messages to a cloud Run deployment. That deployment exposes an HTTP endpoint, processes the message, posts the result to Topic B, and responds 200 to subscription A's POST request.…
2
votes
2 answers

stripe payment method is returning null when I submit form

when I try to create a new subscription I get this error (This customer has no attached payment source or default payment method. ) so I checked the PaymentController with dd($paymentMethod) which returned null so I don't know why the variable…
2
votes
0 answers

How to create a subscription and a purchase using Billing library 3.0?

Can someone help me with the most simple code for buying 1 month subscription and buying 1 product? Please, just the absolute bare minimum of code in one file, without using my own server support for tracking sales and, if possible, to be compatible…
KotlinNoob
  • 55
  • 5
2
votes
2 answers

Open Source Platform for Subscription-based Web service?

Looking for a LAMP-based platform for subscription-based Web service that I can easily hack to fit my needs, which one would you recommend based on the following criteria: Documentation Install base Support community Scalability Availability of…
an00b
  • 11,338
  • 13
  • 64
  • 101
2
votes
1 answer

unable to reproduce account hold state for android subscription

Google have announced new state for subscription account_hold.It occurs if there were some problems when charging the user. My aim is to test this state in my app. There is doc describes how to test different subsscription scenarios. Our app have…
undefined
  • 623
  • 7
  • 27
2
votes
1 answer

IoT Hub iothubconnection may not function properly because it is not in an ACTIVE state

I created a subscription in my azure account and for 2 months ago it's always inactive. I have this message :IoT Hub may not function properly because it is not in an ACTIVE state. The status is "suspended", in the Portal main page the subscription…
2
votes
0 answers

What is the IBM MQ XMS option that is equivalent to CMQC.MQSO_SET_CORREL_ID

I am trying to consume the messages by a specific correlation ID. The JMS application that I talk to use CMQC.MQSO_SET_CORREL_ID. What is the equivalent option available to XMS .Net framework to subscribe messages with specific correlation ID using…
Mini
  • 21
  • 2
2
votes
1 answer

Subscribing Users Presence with Microsoft graph api sdk

I have been trying to subscribe users presence to Microsoft graph api by using Microsoft graph beta sdk. I am able to subscribe one user successfully and also works fine like when i change status from Microsoft teams it changes as expected. When I…
bilal_khan
  • 79
  • 2
  • 9
2
votes
1 answer

Paypal Subscription Revise - how to capture onApprove or onCancel using the Subcription API?

I am using Laravel 7 and have a subscriptions page that list out all the services that a user is subscribed to. On the same page, I have a button where the user can update the quantity of each subscription. Following the below instructions, I was…
Ray
  • 21
  • 1
2
votes
1 answer

Best way to skip a payment with Stripe Subscriptions (give a free month)?

I am looking to implement a referral program for our app that will gives users a free month off their subscription every time they have a successful referral. I came across this question Stripe: add free days to a subscription but it is 6 years old…
husseinSD
  • 123
  • 8
2
votes
0 answers

Stripe React Native Subscriptions

I'm stuck on this issue: When I try to submit this subscription, I got an error of "subscription_payment_intent_requires_action", should I handle it on client-side or there is another way to do it? For information: I already created setupIntent…
2
votes
1 answer

Developing a subscription plan for a website

I have been working on a website that has to do with a subscription system where users will have to upgrade from one level to another. Let me explain a bit. There are four plans namely; Basic, Silver, Gold, Platimum. The cost is as follows: Basic:…
stanley
  • 65
  • 2
  • 12
2
votes
1 answer

How can i use GraphQl subscriptions in react-native chat application to get real-time updates from GraphQl queries

I am using GraphQl APIs in the react-native chat application. I want to get real-time updates when another user sends a message to me without refreshing the API. How can I do it using GraphQl API using GraphQl subscriptions or Websocket in…
Pratap Penmetsa
  • 1,137
  • 17
  • 41
2
votes
1 answer

send subscription response as parameter to method Angular/rxJs

I Have a subscription like below in my Child-Component. ngOnInit{ this.subscription = this._cs.recieveData.subscribe((res) => { this.data= res; }); UseDatafromSubs(this.data){ //do Something } } I have another method in…
Thilak raj
  • 57
  • 7
2
votes
2 answers

StoreKit: Transaction ID and Original Transaction ID Chaos

I've been struggling with this for some days now. I hope I get it now, but I wanted to check it with you. For every transaction there is a SKPaymentTransaction. In a regular purchase, the property Original Transaction is empty. In a restore or auto…
MichiZH
  • 5,587
  • 12
  • 41
  • 81