mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 12:35:26 +00:00
11 lines
289 B
Python
11 lines
289 B
Python
import pyspapi
|
|
|
|
spapi = pyspapi.SPAPI(card_id='card_id', token='token')
|
|
|
|
print(spapi.payment(amount=1,
|
|
redirect_url='https://www.google.com/',
|
|
webhook_url='https://www.google.com/',
|
|
data='some-data'
|
|
)
|
|
)
|