-
-
Save allsecure-pay/197d3b3b0fab7dd669652220d80ed8f8 to your computer and use it in GitHub Desktop.
SecurePay-CURL (PA)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl https://test.oppwa.com/v1/checkouts \ | |
-d "authentication.userId=8a8294184f45ce7e014f4b1d16cc12df" \ | |
-d "authentication.password=j3zCJ2ENaD" \ | |
-d "authentication.entityId=8a8294184f45ce7e014f4b1d16bd12db" \ | |
-d "paymentType=PA" \ | |
-d "amount=4990" \ | |
-d "currency=RSD" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment