1
There is some Payment API with subscription support with variable value. Or rather, postpaid scheme.
If the user has spent X, pays Y. If you have not spent anything, you pay nothing. If you have spent 5X you pay 5Y.
I already use the pay-off for prepaid operations, but documentation from it the signature description, the value is fixed.
How do you calculate how much the user spent? Just send the value to the API.
– KaduAmaral
@Kaduamaral, do this with the standard API, I would have to make a purchase every use. It is impractical!
– Victor
The cost is based on the use of the service on demand. Imagine if it were Netflix, it would be based on the number of movies the user watched. Or another streaming service, based on the number of hours the user used. I’m talking about an authorization for automatic billing. Who knows with support at maximum cost per month.
– Victor
Got it, you can contact directly with the pay-off, to see if they meet your need.
– KaduAmaral
In fact pagseguro already supports what you want: http://download.uol.com.br/pagseguro/docs/pagseguro-assinatura-manual.pdf.
– bfavaretto