Skip to content

Instantly share code, notes, and snippets.

@allsecure-pay
Created December 19, 2018 10:57
Show Gist options
  • Save allsecure-pay/197d3b3b0fab7dd669652220d80ed8f8 to your computer and use it in GitHub Desktop.
Save allsecure-pay/197d3b3b0fab7dd669652220d80ed8f8 to your computer and use it in GitHub Desktop.
SecurePay-CURL (PA)
#!/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