mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
10 lines
220 B
Python
10 lines
220 B
Python
import pyspapi
|
|
|
|
spapi = pyspapi.SPAPI(card_id='CARD_ID', token='TOKEN')
|
|
|
|
print(spapi.transaction(receiver=12345,
|
|
amount=1,
|
|
comment="test"
|
|
)
|
|
)
|