The BlueVia class for payments.
|
__init__(self,
consumer_key,
consumer_secret,
sandbox=' _Sandbox ' ,
realm=' BlueVia ' ,
version=' v1 ' )
Initialize the BlueViaPayment object |
source code
|
|
|
|
|
savePaymentInfo(self,
path)
Save Access Token and payment info (amount, currency, serviceId,
serviceName, correlator) Will be valid for 48h only! |
source code
|
|
|
|
|
issuePayment(self)
Issue the actual payment with amount, currency, serviceId,
serviceName given by fetch_request_token method |
source code
|
|
|
|
|
|
Inherited from BlueViaOauth :
fetch_access_token ,
getAccessToken ,
getConsumer ,
saveAccessToken
Inherited from BlueVia :
hasCredentials ,
loadAccessToken ,
setAccessToken ,
setConsumer ,
setDebug
|